aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2024-03-17 06:40:28 +0100
committerQuentin Rameau <quinq@fifth.space>2024-03-17 08:22:18 +0100
commit175710126c27f4906218e40ece00abae179a1b44 (patch)
treeae36e6952b1d7d858de821cd15218045776d61a3 /config.def.h
parentf1d47112d6a9fa1848289a4a48e581992e5f91d7 (diff)
Remove frame flattening toggle
This has been deprecated since 2.38.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 93cfeeb..73a4d39 100644
--- a/config.def.h
+++ b/config.def.h
@@ -27,7 +27,6 @@ static Parameter defconfig[ParameterLast] = {
[Ephemeral] = { { .i = 0 }, },
[FileURLsCrossAccess] = { { .i = 0 }, },
[FontSize] = { { .i = 12 }, },
- [FrameFlattening] = { { .i = 0 }, },
[Geolocation] = { { .i = 0 }, },
[HideBackground] = { { .i = 0 }, },
[Inspector] = { { .i = 0 }, },
@@ -173,7 +172,6 @@ static Key keys[] = {
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_o, toggleinspector, { 0 } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_c, toggle, { .i = CaretBrowsing } },
- { MODKEY|GDK_SHIFT_MASK, GDK_KEY_f, toggle, { .i = FrameFlattening } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_g, toggle, { .i = Geolocation } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_s, toggle, { .i = JavaScript } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_i, toggle, { .i = LoadImages } },