diff --git a/include/wx/mac/app.h b/include/wx/mac/app.h index 49afac4c3a..23b4cb0a60 100644 --- a/include/wx/mac/app.h +++ b/include/wx/mac/app.h @@ -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_