From 6376a30379d9a130f01a37b188b8005ed7d05a9d Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 17 May 2010 10:58:08 +0200 Subject: removing context-menu, downloading. --- config.def.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1110acc..d683cac 100644 --- a/config.def.h +++ b/config.def.h @@ -35,14 +35,3 @@ static Key keys[] = { { MODKEY, GDK_n, find, { .b = TRUE } }, { MODKEY|GDK_SHIFT_MASK,GDK_n, find, { .b = FALSE } }, }; - -static Item items[] = { - { "Back", navigate, { .i = -1 } }, - { "Forward", navigate, { .i = +1 } }, - { "New Window", newwindow, { .v = NULL } }, - { "Reload", reload, { .b = FALSE } }, - { "Stop", stop, { 0 } }, - { "Paste URI", clipboard, { .b = TRUE } }, - { "Copy URI", clipboard, { .b = FALSE } }, - { "Download", download, { 0 } }, -}; -- cgit v1.2.3