[ekiga/ds-gsettings] GmWindow: Removed useless public functions.



commit 07e201ec48489dad02267808e1308a370043f811
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 file changed, 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]