]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/window.h
Replace wxControlContainer-related macros with wxNavigationEnabled<>.
[wxWidgets.git] / include / wx / dfb / window.h
index b12d07ab87643459da6fc678f831ca31f4925ee9..f6018c7c3f65c2cd5f2f1ded7391ed83891def3f 100644 (file)
@@ -100,8 +100,6 @@ public:
     // returns toplevel window the window belongs to
     wxNonOwnedWindow *GetTLW() const { return m_tlw; }
 
-    void OnInternalIdle();
-
     virtual bool IsDoubleBuffered() const { return true; }
 
 protected: