projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6abf9da
)
removed old wxEntry() declaration
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 30 Jun 2003 21:14:06 +0000
(21:14 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Mon, 30 Jun 2003 21:14:06 +0000
(21:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21525
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/motif/app.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/motif/app.h
b/include/wx/motif/app.h
index fef30fbcdc3bd896e47055d409361d85a5c2b774..246cb618faf21587d49c2cb21ca40259730e10ac 100644
(file)
--- a/
include/wx/motif/app.h
+++ b/
include/wx/motif/app.h
@@
-110,8
+110,6
@@
private:
DECLARE_EVENT_TABLE()
};
-int WXDLLEXPORT wxEntry( int argc, char *argv[] );
-
#endif
// _WX_APP_H_