summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2024-03-17 06:47:51 +0100
committerRafael Marçalo <raroma09@gmail.com>2024-06-10 21:12:19 +0100
commita7f596c419eca9da9e1dcd62ce6ebaa9ea804f69 (patch)
tree397d8d180141a82442aa6f0f2ae29dbf3ac6e503 /config.def.h
parenta94752f9ee13f450317928f28f6a851a6e65aae3 (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 97a573d..34e6d56 100644
--- a/config.def.h
+++ b/config.def.h
@@ -36,7 +36,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 }, },