[ekiga] Removed code which don't look useful



commit 0780b7da2b51ba72ad5a4c336bd2b20b61dc0bb2
Author: Julien Puydt <jpuydt free fr>
Date:   Thu Jun 20 22:01:09 2013 +0200

    Removed code which don't look useful
    
    There's a chance I'm wrong, but if the user just made it known (s)he wanted
    to quit, I doubt there will be much to do anyway apart from quitting...

 lib/gui/gmcallbacks.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/lib/gui/gmcallbacks.c b/lib/gui/gmcallbacks.c
index f210fd0..8a9f589 100644
--- a/lib/gui/gmcallbacks.c
+++ b/lib/gui/gmcallbacks.c
@@ -208,8 +208,5 @@ void
 quit_callback (G_GNUC_UNUSED GtkWidget *widget,
               G_GNUC_UNUSED gpointer data)
 {
-  while (gtk_events_pending ())
-    gtk_main_iteration ();
-
   gtk_main_quit ();
 }


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