[ekiga/ds-gsettings] GmWindow: Removed useless public functions.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gsettings] GmWindow: Removed useless public functions.
- Date: Sat, 13 Apr 2013 10:04:51 +0000 (UTC)
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]