ekiga r6024 - in trunk: . src/gui



Author: dsandras
Date: Mon Mar  3 21:29:27 2008
New Revision: 6024
URL: http://svn.gnome.org/viewvc/ekiga?rev=6024&view=rev

Log:
Removed unuseful callbacks.


Modified:
   trunk/ChangeLog
   trunk/src/gui/callbacks.cpp
   trunk/src/gui/callbacks.h

Modified: trunk/src/gui/callbacks.cpp
==============================================================================
--- trunk/src/gui/callbacks.cpp	(original)
+++ trunk/src/gui/callbacks.cpp	Mon Mar  3 21:29:27 2008
@@ -67,15 +67,6 @@
 
 
 /* The callbacks */
-void
-save_callback (G_GNUC_UNUSED GtkWidget *widget,
-	       G_GNUC_UNUSED gpointer data)
-{
-  std::cout << "Not implemented" << std::endl << std::flush; // FIXME Matthias ?
-}
-
-
-
 gboolean
 delete_window_cb (GtkWidget *widget,
                   G_GNUC_UNUSED GdkEvent *event,

Modified: trunk/src/gui/callbacks.h
==============================================================================
--- trunk/src/gui/callbacks.h	(original)
+++ trunk/src/gui/callbacks.h	Mon Mar  3 21:29:27 2008
@@ -43,15 +43,6 @@
 #include "common.h"
 
 
-
-/* DESCRIPTION  :  This callback is called when the user chooses to save.
- * BEHAVIOR     :  Saves the picture in the current video stream in a file.
- * PRE          :  /
- */
-void save_callback (GtkWidget *widget,
-		    gpointer data);
-
-
 /* DESCRIPTION  :  Simple wrapper that will call gnomemeeting_hide_window.
  * BEHAVIOR     :  Calls gnomemeeting_window_hide.
  * PRE          :  /



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