Fix build error on non-debug builds.

This commit is contained in:
Wayne Stambaugh 2016-06-01 16:58:27 -04:00
parent 0a6245e5cc
commit 42b659efe1
1 changed files with 0 additions and 2 deletions

View File

@ -46,9 +46,7 @@
* "KI_TRACE_X3D_PARSER". See the wxWidgets documentation on wxLogTrace for
* more information.
*/
#if defined(DEBUG)
static const wxChar* traceX3DParser = wxT( "KI_TRACE_X3D_PARSER" );
#endif
X3D_MODEL_PARSER::X3D_MODEL_PARSER( S3D_MASTER* aMaster ) :