Remove togglescrollbars()

We do not have access to scrollbars and will have to manipulate DOM to
do that.
This commit is contained in:
Quentin Rameau
2015-11-20 00:58:14 +01:00
parent a53dc90171
commit 42fdc77f5e
2 changed files with 0 additions and 45 deletions
-1
View File
@@ -125,7 +125,6 @@ static Key keys[] = {
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_v, toggle, { .v = "enable-plugins" } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_a, togglecookiepolicy, { 0 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_m, togglestyle, { 0 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_b, togglescrollbars, { 0 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_g, togglegeolocation, { 0 } },
};