X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd9396d52dc2118f2f527ecea55271e79a893ed4..34a1d7328f198b5ad31c33a07a6078f089feb45f:/utils/framelayout/samples/test/fl_test.h diff --git a/utils/framelayout/samples/test/fl_test.h b/utils/framelayout/samples/test/fl_test.h index 38c4c303bc..e24755cc73 100644 --- a/utils/framelayout/samples/test/fl_test.h +++ b/utils/framelayout/samples/test/fl_test.h @@ -1,7 +1,6 @@ #ifndef __NEW_TEST_G__ #define __NEW_TEST_G__ -#include "objstore.h" #include "wx/panel.h" // Define a new application type @@ -13,7 +12,6 @@ class MyApp: public wxApp class MyFrame: public wxFrame { public: - wxObjectStorage mStore; wxFrameLayout* mpLayout; wxTextCtrl* mpClientWnd; @@ -27,15 +25,11 @@ public: bool OnClose(void) { Show(FALSE); return TRUE; } - void OnLoad( wxCommandEvent& event ); - void OnSave( wxCommandEvent& event ); void OnExit( wxCommandEvent& event ); DECLARE_EVENT_TABLE() }; -#define NEW_TEST_SAVE 1101 -#define NEW_TEST_LOAD 1102 -#define NEW_TEST_EXIT 1103 +#define NEW_TEST_EXIT 1101 #endif