diff options
| author | Quentin Rameau <quinq@fifth.space> | 2024-03-17 06:47:51 +0100 |
|---|---|---|
| committer | Quentin Rameau <quinq@fifth.space> | 2024-03-17 08:22:18 +0100 |
| commit | 3f4292b7ccc4d25002a17d9f821ea0274c57098b (patch) | |
| tree | c80c9ebe2cda21f70e6d2a093dbdcf4555f2ab73 /config.def.h | |
| parent | 175710126c27f4906218e40ece00abae179a1b44 (diff) | |
Remove Java support toggle
This has been deprecated since 2.38.
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
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 }, }, |