diff src/gtkdialogs.h @ 12246:b7a51e68d0b8

[gaim-migrate @ 14548] Make some things static and namespace session_init and session_end committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 28 Nov 2005 06:20:06 +0000
parents e75ef7aa913e
children fc464a0abccc
line wrap: on
line diff
--- a/src/gtkdialogs.h	Mon Nov 28 05:28:01 2005 +0000
+++ b/src/gtkdialogs.h	Mon Nov 28 06:20:06 2005 +0000
@@ -54,9 +54,4 @@
 			gtk_window_set_type_hint(GTK_WINDOW(x), GDK_WINDOW_TYPE_HINT_DIALOG)
 #define GAIM_WINDOW_ICONIFIED(x) (gdk_window_get_state(GTK_WIDGET(x)->window) & GDK_WINDOW_STATE_ICONIFIED)
 
-/* Functions in session.c */
-extern void session_init(gchar *, gchar *, gchar *);
-extern void session_end();
-
-
 #endif /* _GAIM_GTKDIALOGS_H_ */