]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/mdi.cpp
Removed comment
[wxWidgets.git] / src / gtk / mdi.cpp
index 8e4a1eb6e7ebb3eaa87aea8461f64ef3d769afd3..9778056ad3ee2f618731026e425025176e88ca3f 100644 (file)
@@ -385,7 +385,7 @@ wxMDIClientWindow::~wxMDIClientWindow()
     // a call to gtk_mdi_page_change_callback with an invalid parent
     // (because gtk_mdi_page_change_callback expects a wxMDIClientWindow but
     //  at that point of the dtor chain we are a simple wxWindow!)
-    g_signal_handlers_disconnect_by_func(m_widget, 
+    g_signal_handlers_disconnect_by_func(m_widget,
                                          (gpointer)gtk_mdi_page_change_callback,
                                          GetParent());
 }