diff src/gtkrequest.c @ 10164:3f71f7282dbf

[gaim-migrate @ 11250] Remove some code left over from the HTML shortcut pref and the smiley shortcut pref for gtkimhtml windows. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 09 Nov 2004 05:36:06 +0000
parents ffab99688e5f
children 5b33637b69fd
line wrap: on
line diff
--- a/src/gtkrequest.c	Tue Nov 09 05:24:04 2004 +0000
+++ b/src/gtkrequest.c	Tue Nov 09 05:36:06 2004 +0000
@@ -369,8 +369,6 @@
 		gtk_widget_set_name(entry, "gaim_gtkrequest_imhtml");
 		gtk_imhtml_set_editable(GTK_IMHTML(entry), TRUE);
 
-		gtk_imhtml_smiley_shortcuts(GTK_IMHTML(entry), gaim_prefs_get_bool("/gaim/gtk/conversations/smiley_shortcuts"));
-		gtk_imhtml_html_shortcuts(GTK_IMHTML(entry), gaim_prefs_get_bool("/gaim/gtk/conversations/html_shortcuts"));
 		gtk_imhtmltoolbar_attach(GTK_IMHTMLTOOLBAR(toolbar), entry);
 
 		if (default_value != NULL)