removed old wxEntry declarations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-30 21:01:48 +00:00
parent abca8ebff1
commit 6abf9dacb0
2 changed files with 2 additions and 6 deletions

View 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__

View 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_