]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.cpp
DoSetClientSize omissions fixed; some doc fixes
[wxWidgets.git] / samples / dialogs / dialogs.cpp
index a555d86d668886090cc0b477229087cdabc5d241..257720dc07ccde9f794f5c99ac1288230bbc8c3b 100644 (file)
@@ -44,10 +44,6 @@ IMPLEMENT_APP(MyApp)
 
 MyCanvas *myCanvas = (MyCanvas *) NULL;
 
-// A macro needed for some compilers (AIX) that need 'main' to be defined
-// in the application itself.
-IMPLEMENT_WXWIN_MAIN
-
 // `Main program' equivalent, creating windows and returning main app frame
 bool MyApp::OnInit(void)
 {