Skip to content

Commit

Permalink
Merge pull request #100702 from spoxii/patch/unused_gridmap_editor_side
Browse files Browse the repository at this point in the history
Remove unused editor setting `editors/grid_map/editor_side`
  • Loading branch information
Repiteo committed Dec 23, 2024
2 parents e041356 + 143e10e commit 53a7e08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions doc/classes/EditorSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,6 @@
</member>
<member name="editors/bone_mapper/handle_colors/unset" type="Color" setter="" getter="">
</member>
<member name="editors/grid_map/editor_side" type="int" setter="" getter="">
Specifies the side of 3D editor's viewport where GridMap's mesh palette will appear.
</member>
<member name="editors/grid_map/palette_min_width" type="int" setter="" getter="">
Minimum width of GridMap's mesh palette side panel.
</member>
Expand Down
2 changes: 0 additions & 2 deletions editor/editor_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,6 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
_initial_set("editors/grid_map/palette_min_width", 230);
set_restart_if_changed("editors/grid_map/palette_min_width", true);
_initial_set("editors/grid_map/preview_size", 64);
// GridMapEditorPlugin
EDITOR_SETTING(Variant::INT, PROPERTY_HINT_ENUM, "editors/grid_map/editor_side", 1, "Left,Right");

// 3D
EDITOR_SETTING_BASIC(Variant::COLOR, PROPERTY_HINT_NONE, "editors/3d/primary_grid_color", Color(0.56, 0.56, 0.56, 0.5), "")
Expand Down

0 comments on commit 53a7e08

Please sign in to comment.