[ekiga] Removed a declaration of an unused and unimplemented function



commit 3222d6742ca01175ed7f630785c05851a92e6834
Author: Julien Puydt <jpuydt gnome org>
Date:   Wed Oct 21 10:53:44 2009 +0200

    Removed a declaration of an unused and unimplemented function

 src/gui/callbacks.h |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/src/gui/callbacks.h b/src/gui/callbacks.h
index 3c95100..323413c 100644
--- a/src/gui/callbacks.h
+++ b/src/gui/callbacks.h
@@ -76,17 +76,4 @@ void help_cb (GtkWidget *widget,
 void quit_callback (GtkWidget *widget,
 		    gpointer data);
 
-
-/* DESCRIPTION  :  This callback is called when the user toggles a
- *                 connect button.
- * BEHAVIOR     :  Connect if there is a connect URL in the URL bar and if the
- * 		   button is toggled, the button is untoggled if there is no 
- * 		   url, disconnect if the button is untoggled. Do nothing
- * 		   if the endpoint calling state is not Standby.
- * PRE          :  data is a valid pointer to the URL GtkEntry.
- */
-void connect_button_clicked_cb (GtkToggleButton *widget,
-				gpointer data);
-
-
 #endif



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