X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f780dc864273916c30a3986a0de0c3801db0aacf..8b53e5a2261d192bce49d40f0019f52f73b1557a:/src/common/wxexpr.cpp 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;