[ekiga/ds-gsettings2: 16/33] GmWindow: Removed useless public functions.



commit d16551a12a0f65662db338f38324e8f846ec7ca0
Author: Damien Sandras <dsandras beip be>
Date:   Sat Apr 13 12:01:04 2013 +0200

    GmWindow: Removed useless public functions.
    
    Those were left over from a previous commit.

 lib/gui/gmwindow.h |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/lib/gui/gmwindow.h b/lib/gui/gmwindow.h
index bdaf313..171f748 100644
--- a/lib/gui/gmwindow.h
+++ b/lib/gui/gmwindow.h
@@ -126,21 +126,6 @@ gboolean gm_window_get_hide_on_escape (GmWindow *window);
  */
 gboolean gm_window_is_visible (GtkWidget* window);
 
-/** Show the given window if hidden, and present if no
- * @param window is a GtkWindow
- */
-void gm_window_show (GtkWidget* window);
-
-/** Hide the given window
- * @param window is a GtkWindow
- */
-void gm_window_hide (GtkWidget* window);
-
-/** Hide on delete the given window : only for old-style GMWindows
- * @param window is a GtkWindow
- */
-void gm_window_hide_on_delete (GtkWidget* window);
-
 
 /* GObject boilerplate */
 


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