egg: remove unused matrix_2d variable
This commit is contained in:
parent
0a54d54ebe
commit
ce6d02b8d7
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue