changeset 359:9ddcbbaebd50

Fix warning caused by removal of obsolete code.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 20 Apr 2003 13:19:21 +0000
parents 526642f70ddd
children cf66410d03b4
files gtk/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gtk/dw.c	Sun Apr 20 13:16:32 2003 +0000
+++ b/gtk/dw.c	Sun Apr 20 13:19:21 2003 +0000
@@ -57,7 +57,7 @@
 
 GtkWidget *last_window = NULL, *popup = NULL;
 
-static int _dw_file_active = 0, _dw_ignore_click = 0, _dw_unselecting = 0;
+static int _dw_file_active = 0, _dw_ignore_click = 0;
 static pthread_t _dw_thread = (pthread_t)-1;
 static int _dw_mutex_locked[DW_THREAD_LIMIT];
 /* Use default border size for the default enlightenment theme */