[ekiga] Statusicon: Fixed warning.



commit 3ff2d01cfeb3df107ccccdf775a335434beffcb0
Author: Damien Sandras <dsandras beip be>
Date:   Tue May 1 19:09:32 2012 +0200

    Statusicon: Fixed warning.

 lib/engine/gui/gtk-frontend/statusicon.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/statusicon.cpp b/lib/engine/gui/gtk-frontend/statusicon.cpp
index 0b31e05..c2c1a50 100644
--- a/lib/engine/gui/gtk-frontend/statusicon.cpp
+++ b/lib/engine/gui/gtk-frontend/statusicon.cpp
@@ -268,8 +268,6 @@ statusicon_activated_cb (G_GNUC_UNUSED GtkStatusIcon *icon,
 {
   StatusIcon *self = STATUSICON (data);
 
-  GtkWidget *window = NULL;
-
   // No unread messages => show ekiga
   if (!self->priv->unread_messages) {
 



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