changeset 885:21ed1421399c

Removed some dead code from GTK3.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 07 Apr 2011 09:04:48 +0000
parents 0f99520041c4
children d94a4fa0359e
files gtk3/dw.c
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gtk3/dw.c	Thu Apr 07 08:45:37 2011 +0000
+++ b/gtk3/dw.c	Thu Apr 07 09:04:48 2011 +0000
@@ -10390,12 +10390,6 @@
 
    if(GTK_IS_SCROLLED_WINDOW(thiswindow))
       thiswindow = (HWND)g_object_get_data(G_OBJECT(window), "_dw_user");
-#if 0     
-   else if(GTK_IS_COMBO_BOX(thiswindow) && signame && strcmp(signame, DW_SIGNAL_LIST_SELECT) == 0)
-      thiswindow = GTK_COMBO_BOX(thiswindow)->list;
-   else if(GTK_IS_COMBO_BOX(thiswindow) && signame && strcmp(signame, DW_SIGNAL_SET_FOCUS) == 0)
-      thiswindow = GTK_COMBO_BOX(thiswindow)->entry;
-#endif
    else if(GTK_IS_VSCALE(thiswindow) || GTK_IS_HSCALE(thiswindow) ||
          GTK_IS_VSCROLLBAR(thiswindow) || GTK_IS_HSCROLLBAR(thiswindow) ||
          GTK_IS_SPIN_BUTTON(thiswindow))