diff src/gtkconv.h @ 5674:2d86a5fa6fef

[gaim-migrate @ 6092] More conversation preferences have callbacks now. We're almost there. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 19:55:59 +0000
parents 62f57ec16f29
children dae79aefac8d
line wrap: on
line diff
--- a/src/gtkconv.h	Mon Jun 02 19:37:23 2003 +0000
+++ b/src/gtkconv.h	Mon Jun 02 19:55:59 2003 +0000
@@ -212,21 +212,6 @@
 struct gaim_conversation_ui_ops *gaim_get_gtk_conversation_ui_ops(void);
 
 /**
- * Toggles the display of smileys.
- */
-void gaim_gtkconv_toggle_smileys(void);
-
-/**
- * Toggles the display of timestamps.
- */
-void gaim_gtkconv_toggle_timestamps(void);
-
-/**
- * Toggles spell checking.
- */
-void gaim_gtkconv_toggle_spellchk(void);
-
-/**
  * Updates the buddy icon on a conversation.
  *
  * @param conv The conversation.
@@ -234,17 +219,6 @@
 void gaim_gtkconv_update_buddy_icon(struct gaim_conversation *conv);
 
 /**
- * Hides buddy icons on all conversations.
- */
-void gaim_gtkconv_hide_buddy_icons(void);
-
-/**
- * Enables or disables animation on all conversations, based off
- * preferences.
- */
-void gaim_gtkconv_set_anim(void);
-
-/**
  * Updates the font buttons on all conversations to reflect any changed
  * preferences.
  */