diff src/away.h @ 9958:de25b23933fa

[gaim-migrate @ 10864] (21:02:12) Me: think you can find time and interest to get the docklet functional? (21:02:26) Me: if you think it unlikely tell me and i'll find someone else (21:04:01) Robot101: I already updated HEAD (21:22:57) Robot101: there we go, compiles committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 07 Sep 2004 01:40:50 +0000
parents 4a15962c344a
children cc4b2125d05d
line wrap: on
line diff
--- a/src/away.h	Mon Sep 06 02:37:02 2004 +0000
+++ b/src/away.h	Tue Sep 07 01:40:50 2004 +0000
@@ -31,6 +31,7 @@
  * for the UI so that people can name their away messages when they save them. So these
  * are really a UI function and struct away_message should be removed from the core. */
 /* WTF?  How does having a title for something mean that it is part of the UI? */
+#if 0 /* XXX CUI */
 struct away_message {
 	char name[80];
 	char message[2048];
@@ -49,5 +50,6 @@
 extern void purge_away_queue(GSList **);
 extern void do_im_back(GtkWidget *, GtkWidget *);
 void create_away_mess(GtkWidget *, void *);
+#endif
 
 #endif /* _GAIM_AWAY_H_ */