]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/frame.h
Simplified app initialisation in wxMSW and wxStubs
[wxWidgets.git] / include / wx / msw / frame.h
index cb9baa3d64081d7f67767db7a69aae5fc85dc419..8735c243b8201d5f8731f420a446f057c0fa8ba7 100644 (file)
@@ -129,8 +129,6 @@ public:
   virtual void Maximize(bool maximize);
 //  virtual bool LoadAccelerators(const wxString& table);
 
-  virtual void SetAcceleratorTable(const wxAcceleratorTable& accel);
-
   // Responds to colour changes
   void OnSysColourChanged(wxSysColourChangedEvent& event);
 
@@ -166,7 +164,6 @@ protected:
   WXHICON               m_defaultIcon;
   static bool           m_useNativeStatusBar;
   wxToolBar *           m_frameToolBar ;
-  wxAcceleratorTable    m_acceleratorTable;
 
   DECLARE_EVENT_TABLE()
 };