Author: metze
Date: 2005-09-27 13:04:07 +0000 (Tue, 27 Sep 2005)
New Revision: 10540

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10540

Log:
fix compiler warning

metze
Modified:
   branches/SAMBA_4_0/source/gtk/common/gtk_events.c


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/common/gtk_events.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/common/gtk_events.c   2005-09-27 12:59:47 UTC 
(rev 10539)
+++ branches/SAMBA_4_0/source/gtk/common/gtk_events.c   2005-09-27 13:04:07 UTC 
(rev 10540)
@@ -234,8 +234,6 @@
 static gboolean gtk_event_timed_handler(gpointer data)
 {
        struct timed_event *te = talloc_get_type(data, struct timed_event);
-       struct gtk_timed_event *gtk_te = talloc_get_type(te->additional_data,
-                                                        struct 
gtk_timed_event);
        struct timeval t = timeval_current();
 
        /* deny the handler to free the event */

Reply via email to