Browse Source

compiler warning

David Rose 18 years ago
parent
commit
afc9d9693e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      panda/src/gobj/geomVertexArrayFormat.cxx

+ 0 - 2
panda/src/gobj/geomVertexArrayFormat.cxx

@@ -337,8 +337,6 @@ pack_columns() {
   orig_columns.swap(_columns);
   clear_columns();
 
-  int last_pos = 0;
-
   Columns::const_iterator ci;
   for (ci = orig_columns.begin(); ci != orig_columns.end(); ++ci) {
     GeomVertexColumn *column = (*ci);