]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
more threds fixes, more threads tests - seems to work ok for non GUI case
[wxWidgets.git] / src / gtk1 / window.cpp
index d09ee10763e8c81ca8352bcc7272c6abfad44265..2f617eaacd2cea3186db3ef45c7b30772b40f164 100644 (file)
@@ -223,6 +223,7 @@ static gint gtk_debug_focus_in_callback( GtkWidget *WXUNUSED(widget),
 
 void debug_focus_in( GtkWidget* widget, const wxChar* name, const wxChar *window )
 {
+/*
     wxString tmp = name;
     tmp += wxT(" FROM ");
     tmp += window;
@@ -233,6 +234,7 @@ void debug_focus_in( GtkWidget* widget, const wxChar* name, const wxChar *window
 
     gtk_signal_connect( GTK_OBJECT(widget), "focus_in_event",
       GTK_SIGNAL_FUNC(gtk_debug_focus_in_callback), (gpointer)s );
+*/
 }
 
 #endif // Debug