]> git.saurik.com Git - wxWidgets.git/commitdiff
removed old wxEntry declarations
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Jun 2003 21:01:48 +0000 (21:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 30 Jun 2003 21:01:48 +0000 (21:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mgl/app.h
include/wx/x11/app.h

index 1142fd2da675b2300691504c2609a8cba995ef10..0fd4f65fde07580c660aacba8f965e99dac84749 100644 (file)
@@ -70,6 +70,5 @@ private:
     wxDisplayModeInfo m_displayMode;
 };
 
     wxDisplayModeInfo m_displayMode;
 };
 
-int WXDLLEXPORT wxEntry(int argc, char *argv[]);
-
 #endif // __WX_APP_H__
 #endif // __WX_APP_H__
+
index edbe54182028c89e57b48f928ac4249205b4d842..f24b9c44c32b6236537c270a21e54e393925d156 100644 (file)
@@ -144,8 +144,5 @@ protected:
     DECLARE_EVENT_TABLE()
 };
 
     DECLARE_EVENT_TABLE()
 };
 
-int WXDLLEXPORT wxEntry( int argc, char *argv[] );
-
-#endif
-// _WX_APP_H_
+#endif // _WX_APP_H_