diff src/gtkimhtml.c @ 9287:2fa81d44ee6f

[gaim-migrate @ 10090] Re-add the Conversation->Insert Image doohicky. That's right, I just said doohicky. My grandmother would be proud. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jun 2004 04:18:27 +0000
parents 46cfbd17ce3e
children 98f01c233a40
line wrap: on
line diff
--- a/src/gtkimhtml.c	Tue Jun 15 03:10:13 2004 +0000
+++ b/src/gtkimhtml.c	Tue Jun 15 04:18:27 2004 +0000
@@ -474,17 +474,6 @@
 			return FALSE;
 			break;
 
-#ifdef LAY_OFF_MY_FRIGGIN_KEYBINDINGS
-		case 'f':
-		case 'F':
-			/*set_toggle(gtkconv->toolbar.font,
-			  !gtk_toggle_button_get_active(
-			  GTK_TOGGLE_BUTTON(gtkconv->toolbar.font)));*/
-			
-			return TRUE;
-			break;
-#endif /* this doesn't even DO anything */
-			
 		case 'i':
 		case 'I':
 			if (imhtml->format_functions & GTK_IMHTML_ITALIC) {