]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/toplevel.h
Corrected wrong use of delete in region code.
[wxWidgets.git] / include / wx / gtk1 / toplevel.h
index 1f4a35c268d6317557e6b7ba0f25cd27b2c1f38a..2cc960a242a5b94fb6f83ed248ae3e80a0013ea2 100644 (file)
@@ -101,9 +101,6 @@ protected:
     // common part of all ctors
     void Init();
 
-    // focus event handler
-    void OnSetFocus(wxFocusEvent& event);
-
     // override wxWindow methods to take into account tool/menu/statusbars
     virtual void DoSetSize(int x, int y,
                            int width, int height,
@@ -114,8 +111,6 @@ protected:
 
     // is the frame currently iconized?
     bool m_isIconized;
-
-    DECLARE_EVENT_TABLE()
 };
 
 #endif // __GTKTOPLEVELH__