# HG changeset patch # User Mark Doliner # Date 1099978901 0 # Node ID 5c3b2776312642ddb657899e469bba231ce22893 # Parent 3f71f7282dbfcbe3b5da45f594d8e1ae0bdc4621 [gaim-migrate @ 11251] Remove some code left-over from some prefs we removed. committer: Tailor Script diff -r 3f71f7282dbf -r 5c3b27763126 src/gtkimhtml.c --- a/src/gtkimhtml.c Tue Nov 09 05:36:06 2004 +0000 +++ b/src/gtkimhtml.c Tue Nov 09 05:41:41 2004 +0000 @@ -2632,18 +2632,6 @@ imhtml->show_comments = show; } -void gtk_imhtml_html_shortcuts (GtkIMHtml *imhtml, - gboolean allow) -{ - imhtml->html_shortcuts = allow; -} - -void gtk_imhtml_smiley_shortcuts (GtkIMHtml *imhtml, - gboolean allow) -{ - imhtml->smiley_shortcuts = allow; -} - void gtk_imhtml_set_protocol_name(GtkIMHtml *imhtml, const gchar *protocol_name) { if (imhtml->protocol_name) diff -r 3f71f7282dbf -r 5c3b27763126 src/gtkimhtml.h --- a/src/gtkimhtml.h Tue Nov 09 05:36:06 2004 +0000 +++ b/src/gtkimhtml.h Tue Nov 09 05:41:41 2004 +0000 @@ -84,9 +84,6 @@ gboolean show_comments; - gboolean html_shortcuts; - gboolean smiley_shortcuts; - GtkWidget *tip_window; char *tip; guint tip_timer; @@ -284,22 +281,6 @@ void gtk_imhtml_show_comments(GtkIMHtml *imhtml, gboolean show); /** - * Enables or disables formatting shortcut keys in a GTK IM/HTML. - * - * @param imhtml The GTK IM/HTML. - * @param allow @c TRUE if shortcut keys are allowed, or @c FALSE otherwise. - */ -void gtk_imhtml_html_shortcuts(GtkIMHtml *imhtml, gboolean allow); - -/** - * Enables or disables smiley insertion shortcut keys in a GTK IM/HTML. - * - * @param imhtml The GTK IM/HTML. - * @param allow @c TRUE if shortcut keys are allowed, or @c FALSE otherwise. - */ -void gtk_imhtml_smiley_shortcuts(GtkIMHtml *imhtml, gboolean allow); - -/** * Associates a protocol name with a GTK IM/HTML. * * @param imhtml The GTK IM/HTML.