diff src/log.h @ 5934:91ee71a394be

[gaim-migrate @ 6374] Moved save_convo() to gtkconv.c. Only gtkconv.c uses it. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 21 Jun 2003 07:35:19 +0000
parents 059d95c67cda
children 158196b2db19
line wrap: on
line diff
--- a/src/log.h	Sat Jun 21 04:10:03 2003 +0000
+++ b/src/log.h	Sat Jun 21 07:35:19 2003 +0000
@@ -57,7 +57,6 @@
 void rm_log(struct log_conversation *);
 struct log_conversation *find_log_info(const char *);
 void update_log_convs();
-void save_convo(GtkWidget *save, GaimConversation *c);
 char *html_logize(const char *p);
 
 #endif /* _GAIM_LOG_H_ */