[telegnome] * src/gui.h (struct _TgGui): Remove unused eventbox element.



commit 48640915f0690ccea495a385e7128a13aee6066e
Author: Colin Watson <cjwatson debian org>
Date:   Sat Oct 11 01:09:33 2014 +0100

    * src/gui.h (struct _TgGui): Remove unused eventbox element.

 ChangeLog |    4 ++++
 src/gui.h |    3 +--
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 35ad4bf..e5f3bd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-10-11  Colin Watson  <cjwatson debian org>
 
+       * src/gui.h (struct _TgGui): Remove unused eventbox element.
+
+2014-10-11  Colin Watson  <cjwatson debian org>
+
        Declare functions as (void) rather than () to indicate no arguments.
 
 2014-10-11  Colin Watson  <cjwatson debian org>
diff --git a/src/gui.h b/src/gui.h
index b0cb207..f64fe18 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -60,8 +60,7 @@ typedef struct _TgGui {
     GtkWidget *statusbar;
     GtkWidget *entry;
     GtkWidget *pixmap;
-    GtkWidget *eventbox; 
-    
+
     /* for session management */
     GnomeClient *client;
     


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]