diff options
| author | Rémi Verschelde | 2017-12-16 01:16:25 +0100 |
|---|---|---|
| committer | GitHub | 2017-12-16 01:16:25 +0100 |
| commit | 03fb1fd7fa9d9ac92169a5c785458001de789b61 (patch) | |
| tree | f8dff6ea5f19d81c9d3331da74cc24862853a53a /editor/plugins/script_text_editor.cpp | |
| parent | 2e21a427ee4a9d596f8b38d0a8e0f71c18dc9c37 (diff) | |
| parent | f139d0e4e65effc658a06c7957d34e93d4eb8b69 (diff) | |
| download | godot-03fb1fd7fa9d9ac92169a5c785458001de789b61.tar.gz godot-03fb1fd7fa9d9ac92169a5c785458001de789b61.tar.zst godot-03fb1fd7fa9d9ac92169a5c785458001de789b61.zip | |
Diffstat (limited to 'editor/plugins/script_text_editor.cpp')
| -rw-r--r-- | editor/plugins/script_text_editor.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp index 17b0e986e..0610f55b3 100644 --- a/editor/plugins/script_text_editor.cpp +++ b/editor/plugins/script_text_editor.cpp @@ -537,10 +537,6 @@ void ScriptTextEditor::set_edit_state(const Variant &p_state) { code_editor->get_text_edit()->cursor_set_line(state["row"]); code_editor->get_text_edit()->set_v_scroll(state["scroll_position"]); code_editor->get_text_edit()->grab_focus(); - - //int scroll_pos; - //int cursor_column; - //int cursor_row; } String ScriptTextEditor::get_name() { |
