Revision: 69115
          http://sourceforge.net/p/brlcad/code/69115
Author:   starseeker
Date:     2016-10-18 12:03:32 +0000 (Tue, 18 Oct 2016)
Log Message:
-----------
set but unused error

Modified Paths:
--------------
    brlcad/trunk/src/libged/loadview.c

Modified: brlcad/trunk/src/libged/loadview.c
===================================================================
--- brlcad/trunk/src/libged/loadview.c  2016-10-18 05:29:45 UTC (rev 69114)
+++ brlcad/trunk/src/libged/loadview.c  2016-10-18 12:03:32 UTC (rev 69115)
@@ -103,7 +103,6 @@
     char dbName[MAX_DBNAME] = {0};
     char objects[10000] = {0};
     char *editArgv[3];
-    int prevPerspective;
     static const char *usage = "filename";
 
     GED_CHECK_DATABASE_OPEN(gedp, GED_ERROR);
@@ -131,7 +130,6 @@
        return GED_ERROR;
     }
 
-    prevPerspective =  gedp->ged_gvp->gv_perspective;
     _ged_current_gedp = gedp;
 
     /* turn perspective mode off, by default.  A "-p" option in the

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to