mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Cleanup unused engine code v2
This commit is contained in:
parent
cd0a9ccdfd
commit
c0083e431b
39 changed files with 0 additions and 573 deletions
|
|
@ -80,7 +80,6 @@ public:
|
|||
|
||||
// Gets an object from the history. The most recent object would be the object with p_obj = get_history_len() - 1.
|
||||
ObjectID get_history_obj(int p_obj) const;
|
||||
bool is_history_obj_inspector_only(int p_obj) const;
|
||||
|
||||
bool next();
|
||||
bool previous();
|
||||
|
|
@ -177,7 +176,6 @@ public:
|
|||
Callable get_move_array_element_function(const StringName &p_class) const;
|
||||
|
||||
void save_editor_global_states();
|
||||
void restore_editor_global_states();
|
||||
|
||||
void add_custom_type(const String &p_type, const String &p_inherits, const Ref<Script> &p_script, const Ref<Texture2D> &p_icon);
|
||||
Variant instantiate_custom_type(const String &p_type, const String &p_inherits);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue