[ekiga] Remove unused function



commit ac78ba492faea02a6ddb883e4f293efd36939926
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date:   Mon Sep 27 16:08:00 2010 +0200

    Remove unused function

 src/gui/main_window.cpp |    8 --------
 src/gui/main_window.h   |    7 -------
 2 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index 40173d1..90b5d3f 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -4336,14 +4336,6 @@ ekiga_main_window_update_stats (EkigaMainWindow *mw,
 }
 
 
-GdkPixbuf *
-ekiga_main_window_get_current_picture (EkigaMainWindow *mw)
-{
-  g_return_val_if_fail (EKIGA_IS_MAIN_WINDOW (mw), NULL);
-
-  return gtk_image_get_pixbuf (GTK_IMAGE (mw->priv->main_video_image));
-}
-
 #ifdef WIN32
 // the linker must not find main
 #define main(c,v,e) ekigas_real_main(c,v,e)
diff --git a/src/gui/main_window.h b/src/gui/main_window.h
index 3dac2c8..2e64648 100644
--- a/src/gui/main_window.h
+++ b/src/gui/main_window.h
@@ -354,13 +354,6 @@ void ekiga_main_window_update_stats (EkigaMainWindow *main_window,
 				     unsigned int tr_height);
 
 
-/* DESCRIPTION   :  /
- * BEHAVIOR      : Returns the currently displayed picture as a pixbuf.
- * PRE           : The main window GMObject.
- */
-GdkPixbuf *ekiga_main_window_get_current_picture (EkigaMainWindow *main_window);
-
-
 /* DESCRIPTION  :  /
  * BEHAVIOR     :  Update the main window sensitivity following the opened
  *                 and closed audio and video channels. It also updates



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