diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-12-11 00:16:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-11 00:16:00 +0100 |
| commit | 32c06dfc8dbf4c3e29232b7dbccc6a34ba257027 (patch) | |
| tree | 90dbb9064759b20c97b41e29f1f886444c5ae807 /editor/editor_settings.cpp | |
| parent | 5b3e2dcaba2b9f378aef84cb80a4d155bf1a755a (diff) | |
| parent | 9263f8eb4bacd771c47dab35aaa31c7569ece035 (diff) | |
| download | redot-engine-32c06dfc8dbf4c3e29232b7dbccc6a34ba257027.tar.gz | |
Merge pull request #44271 from akien-mga/pvrtc-compress-cleanup
PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code
Diffstat (limited to 'editor/editor_settings.cpp')
| -rw-r--r-- | editor/editor_settings.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/editor/editor_settings.cpp b/editor/editor_settings.cpp index cc04ea5a58..44df3926fc 100644 --- a/editor/editor_settings.cpp +++ b/editor/editor_settings.cpp @@ -407,15 +407,6 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) { _initial_set("filesystem/file_dialog/thumbnail_size", 64); hints["filesystem/file_dialog/thumbnail_size"] = PropertyInfo(Variant::INT, "filesystem/file_dialog/thumbnail_size", PROPERTY_HINT_RANGE, "32,128,16"); - // Import - _initial_set("filesystem/import/pvrtc_texture_tool", ""); -#ifdef WINDOWS_ENABLED - hints["filesystem/import/pvrtc_texture_tool"] = PropertyInfo(Variant::STRING, "filesystem/import/pvrtc_texture_tool", PROPERTY_HINT_GLOBAL_FILE, "*.exe"); -#else - hints["filesystem/import/pvrtc_texture_tool"] = PropertyInfo(Variant::STRING, "filesystem/import/pvrtc_texture_tool", PROPERTY_HINT_GLOBAL_FILE, ""); -#endif - _initial_set("filesystem/import/pvrtc_fast_conversion", false); - /* Docks */ // SceneTree |
