diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2016-07-07 23:27:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-07 23:27:42 +0200 |
| commit | f1e1910ae435c255745773bf37a60d798f9412fb (patch) | |
| tree | 7e028a2da14765378e5eee7f71b434bde5038705 /tools/editor/script_editor_debugger.cpp | |
| parent | 1b9433594ecc6c935c81e9030a6b52c7b56cb3a4 (diff) | |
| parent | 454b210242ec15a9928324757f27989216bc5a59 (diff) | |
Merge pull request #5538 from akien-mga/pr-unused-var
Removed unused variables + dead code
Diffstat (limited to 'tools/editor/script_editor_debugger.cpp')
| -rw-r--r-- | tools/editor/script_editor_debugger.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/script_editor_debugger.cpp b/tools/editor/script_editor_debugger.cpp index 6d8f54d88f..fc746bc21d 100644 --- a/tools/editor/script_editor_debugger.cpp +++ b/tools/editor/script_editor_debugger.cpp @@ -819,7 +819,6 @@ void ScriptEditorDebugger::_performance_draw() { if(which.empty()) return; - Color graph_color=get_color("font_color","TextEdit"); Ref<StyleBox> graph_sb = get_stylebox("normal","TextEdit"); Ref<Font> graph_font = get_font("font","TextEdit"); |