]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/window.cpp
reverted previous commit: the _real_ bug was already fixed
[wxWidgets.git] / src / x11 / window.cpp
index 93c612e4e9fb2cb352c8bff207e0be8fcbc17820..bc515eef7d4cc6faa29932ded65152bbb47cbbf7 100644 (file)
@@ -99,9 +99,6 @@ END_EVENT_TABLE()
 
 void wxWindowX11::Init()
 {
-    // generic initializations first
-    InitBase();
-
     // X11-specific
     m_mainWindow = (WXWindow) 0;
     m_clientWindow = (WXWindow) 0;
@@ -111,7 +108,6 @@ void wxWindowX11::Init()
     m_winCaptured = FALSE;
     m_needsInputFocus = FALSE;
     m_isShown = TRUE;
-    m_isBeingDeleted = FALSE;
     m_lastTS = 0;
     m_lastButton = 0;
 }
@@ -1297,7 +1293,7 @@ void wxWindowX11::OnInternalIdle()
 }
 
 // ----------------------------------------------------------------------------
-// function which maintain the global hash table mapping Widgets to wxWindows
+// function which maintain the global hash table mapping Widgets to wxWidgets
 // ----------------------------------------------------------------------------
 
 bool wxAddWindowToTable(Window w, wxWindow *win)