]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
Don't enable dialog navigation inside wxFrame by default.
[wxWidgets.git] / include / wx / motif / window.h
index 0069899bff66001d0fa9b9b43317758a1099fe6b..d4cbc60d96c437f763a19a8e456c193217d9411d 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     17/09/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -138,9 +137,6 @@ public:
     void ClearUpdateRegion() { m_updateRegion.Clear(); }
     void SetUpdateRegion(const wxRegion& region) { m_updateRegion = region; }
 
-    // Process idle (send update events)
-    void OnInternalIdle();
-
     // post-creation activities
     void PostCreation();