]> git.mxchange.org Git - flightgear.git/commitdiff
Removed an unused variable.
authorcurt <curt>
Sat, 13 Mar 1999 18:47:04 +0000 (18:47 +0000)
committercurt <curt>
Sat, 13 Mar 1999 18:47:04 +0000 (18:47 +0000)
Polygon/names.cxx

index e70b2d4797550fc7d1be64230bf0fb041033c13e..7e6d2a320e5f002142823a77ea8a6917fb7a53ae 100644 (file)
@@ -30,7 +30,7 @@
 
 // return the type of the shapefile record
 AreaType get_shapefile_type(GDBFile *dbf, int rec) {
-    GDBFieldDesc *fdesc[128];  // 128 is an arbitrary number here
+    // GDBFieldDesc *fdesc[128];       // 128 is an arbitrary number here
     GDBFValue *fields;         //an array of field values
     char* dbf_rec;             //a record containing all the fields
 
@@ -151,6 +151,9 @@ string get_area_name( AreaType area ) {
 
 
 // $Log$
+// Revision 1.4  1999/03/13 18:47:04  curt
+// Removed an unused variable.
+//
 // Revision 1.3  1999/03/02 01:03:58  curt
 // Added more reverse lookup support.
 //