diff options
author | Enno Boland (tox) <tox@s01.de> | 2010-05-17 10:58:08 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2010-05-17 10:58:08 +0200 |
commit | 6376a30379d9a130f01a37b188b8005ed7d05a9d (patch) | |
tree | d3fcfc7f16cf954f0cd079f5b34af68a675fc6ad /config.def.h | |
parent | 91d04b15f0bb16d5b31ad92ea1e6a0066e589956 (diff) | |
download | surf-6376a30379d9a130f01a37b188b8005ed7d05a9d.tar.gz surf-6376a30379d9a130f01a37b188b8005ed7d05a9d.tar.bz2 surf-6376a30379d9a130f01a37b188b8005ed7d05a9d.zip |
removing context-menu, downloading.
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 11 |
1 files changed, 0 insertions, 11 deletions
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 } }, -}; |