[empathy] geometry: no need to export _load and _save
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] geometry: no need to export _load and _save
- Date: Wed, 29 Sep 2010 10:52:29 +0000 (UTC)
commit a59a1e8874cdf7c0e1bc323543820f9a36167933
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Wed Sep 22 12:23:14 2010 +0200
geometry: no need to export _load and _save
libempathy-gtk/empathy-geometry.c | 4 ++--
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 9cf6381..fe24b61 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 dc8fab6..17c067d 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]