diff options
Diffstat (limited to 'mail/folder-browser.c')
-rw-r--r-- | mail/folder-browser.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mail/folder-browser.c b/mail/folder-browser.c index bc934a6696..08e465aa66 100644 --- a/mail/folder-browser.c +++ b/mail/folder-browser.c @@ -1539,13 +1539,6 @@ on_key_press (GtkWidget *widget, GdkEventKey *key, gpointer data) case '!': toggle_as_important (NULL, fb, NULL); return TRUE; - case 'q': - case 'Q': - if (fb->uicomp) - bonobo_ui_component_set_prop (fb->uicomp, - "/commands/ViewPreview", - "state", fb->preview_shown ? "0" : "1", NULL); - return TRUE; } return FALSE; |