Browse Source

egg: remove unused matrix_2d variable

rdb 6 years ago
parent
commit
ce6d02b8d7
2 changed files with 0 additions and 8 deletions
  1. 0 4
      panda/src/egg/parser.cxx.prebuilt
  2. 0 4
      panda/src/egg/parser.yxx

+ 0 - 4
panda/src/egg/parser.cxx.prebuilt

@@ -168,10 +168,6 @@ static Groups groups;
 // temporarily.
 static int vertex_index;
 
-// We need to hold a matrix for a little bit while parsing the
-// <Transform> entries.
-static LMatrix3d matrix_2d;
-
 
 ////////////////////////////////////////////////////////////////////
 // Defining the interface to the parser.

+ 0 - 4
panda/src/egg/parser.yxx

@@ -98,10 +98,6 @@ static Groups groups;
 // temporarily.
 static int vertex_index;
 
-// We need to hold a matrix for a little bit while parsing the
-// <Transform> entries.
-static LMatrix3d matrix_2d;
-
 
 ////////////////////////////////////////////////////////////////////
 // Defining the interface to the parser.