]> git.saurik.com Git - wxWidgets.git/commitdiff
simplified definition
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 28 Mar 2003 20:57:33 +0000 (20:57 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 28 Mar 2003 20:57:33 +0000 (20:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/app.h

index 49afac4c3adf4d8b30679eab15d791fd6432c899..23b4cb0a60c638fe90ce4a403dfd8ddae495d304 100644 (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_