simplified definition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2003-03-28 20:57:33 +00:00
parent 69a3ae88fc
commit 7728856b75

View File

@ -197,11 +197,6 @@ private:
short m_currentRefNum ;
} ;
// TODO: add platform-specific arguments
#ifndef __DARWIN__
int WXDLLEXPORT wxEntry( int argc, char *argv[] , bool enterLoop = TRUE);
#endif
#endif
// _WX_APP_H_