summaryrefslogtreecommitdiffstats
path: root/core/config
diff options
context:
space:
mode:
authorPedro J. Estébanez <pedrojrulez@gmail.com>2023-12-28 10:18:05 +0100
committerPedro J. Estébanez <pedrojrulez@gmail.com>2023-12-28 10:18:05 +0100
commitc217041afd6df218d61c0a455a0adce8e875132e (patch)
treeb996b3c5e301a82982f56b47b85060ed592656f0 /core/config
parent13a0d6e9b253654f5cc2a44f3d0b3cae10440443 (diff)
downloadredot-engine-c217041afd6df218d61c0a455a0adce8e875132e.tar.gz
Remove traces of the extinct RID preallocate feature
Diffstat (limited to 'core/config')
-rw-r--r--core/config/project_settings.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/config/project_settings.cpp b/core/config/project_settings.cpp
index 56e041be1b..b84534ac00 100644
--- a/core/config/project_settings.cpp
+++ b/core/config/project_settings.cpp
@@ -1462,7 +1462,6 @@ ProjectSettings::ProjectSettings() {
GLOBAL_DEF("debug/settings/crash_handler/message.editor",
String("Please include this when reporting the bug on: https://github.com/godotengine/godot/issues"));
GLOBAL_DEF_RST(PropertyInfo(Variant::INT, "rendering/occlusion_culling/bvh_build_quality", PROPERTY_HINT_ENUM, "Low,Medium,High"), 2);
- GLOBAL_DEF(PropertyInfo(Variant::INT, "memory/limits/multithreaded_server/rid_pool_prealloc", PROPERTY_HINT_RANGE, "0,500,1"), 60); // No negative and limit to 500 due to crashes.
GLOBAL_DEF_RST("internationalization/rendering/force_right_to_left_layout_direction", false);
GLOBAL_DEF_BASIC(PropertyInfo(Variant::INT, "internationalization/rendering/root_node_layout_direction", PROPERTY_HINT_ENUM, "Based on Application Locale,Left-to-Right,Right-to-Left,Based on System Locale"), 0);