X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f780dc864273916c30a3986a0de0c3801db0aacf..e29b83a455bead3dae44300f631d07aa9635d3e9:/src/common/wxexpr.cpp?ds=sidebyside diff --git a/src/common/wxexpr.cpp b/src/common/wxexpr.cpp index 33fcade86c..39687462f1 100644 --- a/src/common/wxexpr.cpp +++ b/src/common/wxexpr.cpp @@ -42,10 +42,6 @@ extern "C" void add_expr(char *); extern "C" void LexFromFile(FILE *fd); extern "C" void LexFromString(char *buf); -#ifndef USE_SHARED_LIBRARY -IMPLEMENT_DYNAMIC_CLASS(wxExprDatabase, wxList) -#endif - wxExprDatabase *thewxExprDatabase = NULL; wxExprErrorHandler currentwxExprErrorHandler;