summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-01-10 13:35:28 +0100
committerportix <portix@gmx.net>2012-01-10 13:35:28 +0100
commit7e0439e55acd1ae000d9519672ab561ac5c4d7c5 (patch)
tree99b17724442fd76176ccfa1d9d93d771c5986fdf /src/commands.h
parent3df952cb410bd3997c612b3e9058501544a76ed7 (diff)
downloaddwb-7e0439e55acd1ae000d9519672ab561ac5c4d7c5.zip
Remove adblocker preprocessor directives; new commandline option -x
--HG-- branch : experimental
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h
index 494a26ad..841e4036 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -68,7 +68,6 @@ DwbStatus commands_view_source(KeyMap *, Arg *);
DwbStatus commands_yank(KeyMap *, Arg *);
DwbStatus commands_zoom_in(KeyMap *, Arg *);
DwbStatus commands_zoom_out(KeyMap *, Arg *);
-DwbStatus dwb_create_hints(Arg *);
DwbStatus commands_remove_view(KeyMap *, Arg *);
DwbStatus commands_set_zoom_level(KeyMap *, Arg *);
DwbStatus commands_toggle_hidden_files(KeyMap *, Arg *);
@@ -86,9 +85,6 @@ DwbStatus commands_toggle_lock_protect(KeyMap *, Arg *);
DwbStatus commands_execute_javascript(KeyMap *km, Arg *arg);
DwbStatus commands_set(KeyMap *km, Arg *arg);
DwbStatus commands_toggle_setting(KeyMap *km, Arg *arg);
-//DwbStatus commands_toggle_locked(KeyMap *, Arg *);
-#ifdef DWB_ADBLOCKER
DwbStatus commands_toggle_adblocker(KeyMap *, Arg *);
-#endif
#endif