mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #108379 from timothyqiu/inspector-unused
Remove unused member variables in `EditorInspector`
This commit is contained in:
commit
5389f835c2
2 changed files with 0 additions and 5 deletions
|
|
@ -40,7 +40,6 @@
|
||||||
#include "editor/editor_string_names.h"
|
#include "editor/editor_string_names.h"
|
||||||
#include "editor/editor_undo_redo_manager.h"
|
#include "editor/editor_undo_redo_manager.h"
|
||||||
#include "editor/gui/editor_toaster.h"
|
#include "editor/gui/editor_toaster.h"
|
||||||
#include "editor/gui/editor_validation_panel.h"
|
|
||||||
#include "editor/inspector/add_metadata_dialog.h"
|
#include "editor/inspector/add_metadata_dialog.h"
|
||||||
#include "editor/inspector/editor_properties.h"
|
#include "editor/inspector/editor_properties.h"
|
||||||
#include "editor/inspector/editor_property_name_processor.h"
|
#include "editor/inspector/editor_property_name_processor.h"
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@
|
||||||
class AddMetadataDialog;
|
class AddMetadataDialog;
|
||||||
class AcceptDialog;
|
class AcceptDialog;
|
||||||
class EditorInspector;
|
class EditorInspector;
|
||||||
class EditorValidationPanel;
|
|
||||||
class HSeparator;
|
class HSeparator;
|
||||||
class LineEdit;
|
class LineEdit;
|
||||||
class MarginContainer;
|
class MarginContainer;
|
||||||
|
|
@ -823,9 +822,6 @@ class EditorInspector : public ScrollContainer {
|
||||||
void _section_toggled_by_user(const String &p_path, bool p_value);
|
void _section_toggled_by_user(const String &p_path, bool p_value);
|
||||||
|
|
||||||
AddMetadataDialog *add_meta_dialog = nullptr;
|
AddMetadataDialog *add_meta_dialog = nullptr;
|
||||||
LineEdit *add_meta_name = nullptr;
|
|
||||||
OptionButton *add_meta_type = nullptr;
|
|
||||||
EditorValidationPanel *validation_panel = nullptr;
|
|
||||||
|
|
||||||
void _add_meta_confirm();
|
void _add_meta_confirm();
|
||||||
void _show_add_meta_dialog();
|
void _show_add_meta_dialog();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue