]> git.saurik.com Git - wxWidgets.git/commitdiff
removed duplicate fixes
authorKarsten Ballüder <ballueder@usa.net>
Thu, 26 Nov 1998 20:52:30 +0000 (20:52 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Thu, 26 Nov 1998 20:52:30 +0000 (20:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/postscrp.cpp
src/common/wxexpr.cpp

index 7175adcc693f747bbf0cc795446a85edb8ebee29..2b0148e877ccec395c7ac83d85d536e31cf76ad7 100644 (file)
@@ -169,7 +169,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxPostScriptModule, wxModule)
 IMPLEMENT_DYNAMIC_CLASS(wxPostScriptDC, wxDC)
 IMPLEMENT_DYNAMIC_CLASS(wxPrintSetupData, wxObject)
 IMPLEMENT_DYNAMIC_CLASS(wxPrintPaperType, wxObject)
-IMPLEMENT_DYNAMIC_CLASS(wxPrintPaperDatabase, wxList)
 #endif
 
 wxPostScriptDC::wxPostScriptDC ()
index 33fcade86c74deabc8efb173c72cf8e8d67a1086..39687462f17dbe00715dc01b70ba76d59d1a941f 100644 (file)
@@ -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;