diff src/gtkutils.c @ 8458:9773e3f3ec7a

[gaim-migrate @ 9188] who in their right mind would use strike through as a default font option? and it didn't work right anyway. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 16 Mar 2004 20:24:37 +0000
parents 95afeb9a0c96
children b994b0223335
line wrap: on
line diff
--- a/src/gtkutils.c	Tue Mar 16 19:43:58 2004 +0000
+++ b/src/gtkutils.c	Tue Mar 16 20:24:37 2004 +0000
@@ -1018,11 +1018,6 @@
 		strcpy(buf, tmp);
 	}
 
-	if (gaim_prefs_get_bool("/gaim/gtk/conversations/send_strikethrough")) {
-		g_snprintf(tmp, length, "<S>%s</S>", buf);
-		strcpy(buf, tmp);
-	}
-
 	if (gaim_prefs_get_bool("/gaim/gtk/conversations/use_custom_font")) {
 		const char *fontface;