[ekiga] Call Window: Removed weird declaration of unexisting function.



commit 5a4bfee08138b9431e2ea375dc4e00554676818f
Author: Damien Sandras <dsandras beip be>
Date:   Tue May 1 15:34:24 2012 +0200

    Call Window: Removed weird declaration of unexisting function.

 lib/engine/gui/gtk-frontend/call-window.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/call-window.h b/lib/engine/gui/gtk-frontend/call-window.h
index 972780c..3055536 100644
--- a/lib/engine/gui/gtk-frontend/call-window.h
+++ b/lib/engine/gui/gtk-frontend/call-window.h
@@ -61,13 +61,12 @@ struct _EkigaCallWindow {
 typedef GmWindowClass EkigaCallWindowClass;
 
 GType        ekiga_call_window_get_type   ();
-GtkWidget   *ekiga_call_window_new        (Ekiga::ServiceCore *core);
-
-G_END_DECLS
 
 /* DESCRIPTION  :  /
  * BEHAVIOR     :  Builds the call window and adds the popup to the image.
  * PRE          :  Accels.
  */
 GtkWidget *call_window_new (Ekiga::ServiceCore & core);
+
+G_END_DECLS
 #endif



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