diff options
-rw-r--r-- | libempathy-gtk/empathy-geometry.c | 4 | ||||
-rw-r--r-- | libempathy-gtk/empathy-geometry.h | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-geometry.c b/libempathy-gtk/empathy-geometry.c index 9cf63817e..fe24b61b5 100644 --- a/libempathy-gtk/empathy-geometry.c +++ b/libempathy-gtk/empathy-geometry.c @@ -126,7 +126,7 @@ geometry_get_key_file (void) return key_file; } -void +static void empathy_geometry_save (GtkWindow *window, const gchar *name) { @@ -177,7 +177,7 @@ empathy_geometry_save (GtkWindow *window, g_free (escaped_name); } -void +static void empathy_geometry_load (GtkWindow *window, const gchar *name) { diff --git a/libempathy-gtk/empathy-geometry.h b/libempathy-gtk/empathy-geometry.h index dc8fab650..17c067de3 100644 --- a/libempathy-gtk/empathy-geometry.h +++ b/libempathy-gtk/empathy-geometry.h @@ -29,12 +29,6 @@ G_BEGIN_DECLS -void empathy_geometry_save (GtkWindow *window, - const gchar *name); - -void empathy_geometry_load (GtkWindow *window, - const gchar *name); - void empathy_geometry_bind (GtkWindow *window, const gchar *name); |