]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
No changes, just implement Raise() in wxTopLevelWindow in wxMSW.
[wxWidgets.git] / include / wx / motif / window.h
index 0069899bff66001d0fa9b9b43317758a1099fe6b..82c17932209e3f68f7482907fb881e407eaddff6 100644 (file)
@@ -138,9 +138,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();