summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2006-05-03 17:09:59 +0000
committerBrian Cameron <bcameron@src.gnome.org>2006-05-03 17:09:59 +0000
commitcbe9890e4e6f6506be1420ff9a7b398105053c87 (patch)
treea58b828e3e443fe8610906c9ebb395cd2931d5e3
parent3c6add3a00ce14859b5caab17c977ce5ff89bcc6 (diff)
downloadgdm-cbe9890e4e6f6506be1420ff9a7b398105053c87.tar.gz
Remove gdm_config_init from header since it is a static function in the c
2006-05-03 Brian Cameron <brian.cameron@sun.com> * daemon/gdmconfig.h: Remove gdm_config_init from header since it is a static function in the c file.
-rw-r--r--ChangeLog5
-rw-r--r--daemon/gdmconfig.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2109637..b4ceca7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-03 Brian Cameron <brian.cameron@sun.com>
+
+ * daemon/gdmconfig.h: Remove gdm_config_init from header since it
+ is a static function in the c file.
+
2006-05-02 Brian Cameron <brian.cameron@sun.com>
* Release 2.15.0:
diff --git a/daemon/gdmconfig.h b/daemon/gdmconfig.h
index 823ccf3d..ae6d331b 100644
--- a/daemon/gdmconfig.h
+++ b/daemon/gdmconfig.h
@@ -46,7 +46,6 @@ void gdm_config_to_string (gchar *key,
gchar *display,
gchar **retval);
gboolean gdm_update_config (gchar *key);
-void gdm_config_init (void);
void gdm_config_parse (void);
GdmXserver* gdm_find_xserver (const gchar *id);
gchar* gdm_get_xservers (void);