mirror of
https://github.com/godotengine/godot.git
synced 2025-10-25 18:54:43 +00:00
Dead code tells no tales
This commit is contained in:
parent
37da8155a4
commit
7ad14e7a3e
215 changed files with 153 additions and 56138 deletions
|
|
@ -1319,22 +1319,6 @@ void GDFunction::debug_get_stack_member_state(int p_line, List<Pair<StringName,
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
void GDFunction::clear() {
|
||||
|
||||
name=StringName();
|
||||
constants.clear();
|
||||
_stack_size=0;
|
||||
code.clear();
|
||||
_constants_ptr=NULL;
|
||||
_constant_count=0;
|
||||
_global_names_ptr=NULL;
|
||||
_global_names_count=0;
|
||||
_code_ptr=NULL;
|
||||
_code_size=0;
|
||||
|
||||
}
|
||||
#endif
|
||||
GDFunction::GDFunction()
|
||||
: function_list(this) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue