From ce6d02b8d7f6e8b30ed9bc542c56272a6c196f76 Mon Sep 17 00:00:00 2001 From: rdb Date: Mon, 15 Jul 2019 14:54:55 +0200 Subject: [PATCH] egg: remove unused matrix_2d variable --- panda/src/egg/parser.cxx.prebuilt | 4 ---- panda/src/egg/parser.yxx | 4 ---- 2 files changed, 8 deletions(-) diff --git a/panda/src/egg/parser.cxx.prebuilt b/panda/src/egg/parser.cxx.prebuilt index f39d54d456..576f851740 100644 --- a/panda/src/egg/parser.cxx.prebuilt +++ b/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 -// entries. -static LMatrix3d matrix_2d; - //////////////////////////////////////////////////////////////////// // Defining the interface to the parser. diff --git a/panda/src/egg/parser.yxx b/panda/src/egg/parser.yxx index 6125ead479..a41b08ba57 100644 --- a/panda/src/egg/parser.yxx +++ b/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 -// entries. -static LMatrix3d matrix_2d; - //////////////////////////////////////////////////////////////////// // Defining the interface to the parser.