projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bracket unused function
[wxWidgets.git]
/
demos
/
forty
/
forty.h
diff --git
a/demos/forty/forty.h
b/demos/forty/forty.h
index c0e7e6f12bd93306d89ab0c81dbff9153916ea96..e1e9eb7e75d503f4a2c13579a019dea29e30d54a 100644
(file)
--- a/
demos/forty/forty.h
+++ b/
demos/forty/forty.h
@@
-16,8
+16,8
@@
class FortyApp: public wxApp
{
public:
class FortyApp: public wxApp
{
public:
- FortyApp(){}
;
- ~FortyApp();
+ FortyApp(){}
+
virtual
~FortyApp();
bool OnInit();
static const wxColour& BackgroundColour();
bool OnInit();
static const wxColour& BackgroundColour();
@@
-61,10
+61,7
@@
public:
private:
enum MenuCommands {
private:
enum MenuCommands {
- NEW_GAME = 10,
- SCORES,
- UNDO,
- REDO,
+ SCORES = 10,
RIGHT_BUTTON_UNDO,
HELPING_HAND,
LARGE_CARDS
RIGHT_BUTTON_UNDO,
HELPING_HAND,
LARGE_CARDS
@@
-88,9
+85,6
@@
public:
long style = wxDEFAULT_DIALOG_STYLE );
bool AddControls(wxWindow* parent);
long style = wxDEFAULT_DIALOG_STYLE );
bool AddControls(wxWindow* parent);
-
-private:
- DECLARE_EVENT_TABLE()
};
#define ID_ABOUT_HTML_WINDOW 1000
};
#define ID_ABOUT_HTML_WINDOW 1000