mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Remove unused #if 0'ed code
This commit is contained in:
parent
79aaafc686
commit
4faaf6089a
31 changed files with 38 additions and 1416 deletions
|
@ -1550,10 +1550,8 @@ Variant GDScriptFunction::call(GDScriptInstance *p_instance, const Variant **p_a
|
|||
OPCODE_BREAK;
|
||||
}
|
||||
|
||||
// Enable for debugging
|
||||
#if 0
|
||||
#if 0 // Enable for debugging.
|
||||
default: {
|
||||
|
||||
err_text = "Illegal opcode " + itos(_code_ptr[ip]) + " at address " + itos(ip);
|
||||
OPCODE_BREAK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue