aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2024-03-17 06:47:51 +0100
committerQuentin Rameau <quinq@fifth.space>2024-03-17 08:22:18 +0100
commit3f4292b7ccc4d25002a17d9f821ea0274c57098b (patch)
treec80c9ebe2cda21f70e6d2a093dbdcf4555f2ab73 /config.def.h
parent175710126c27f4906218e40ece00abae179a1b44 (diff)
Remove Java support toggle
This has been deprecated since 2.38.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 73a4d39..c5370b9 100644
--- a/config.def.h
+++ b/config.def.h
@@ -30,7 +30,6 @@ static Parameter defconfig[ParameterLast] = {
[Geolocation] = { { .i = 0 }, },
[HideBackground] = { { .i = 0 }, },
[Inspector] = { { .i = 0 }, },
- [Java] = { { .i = 1 }, },
[JavaScript] = { { .i = 1 }, },
[KioskMode] = { { .i = 0 }, },
[LoadImages] = { { .i = 1 }, },