diff options
| author | megalobyte <megalobyte@protonmail.com> | 2022-02-15 21:44:22 -0500 |
|---|---|---|
| committer | megalobyte <megalobyte@protonmail.com> | 2022-02-16 08:44:37 -0500 |
| commit | 8824b6c5e9dc6a24a17452ded0c800ec267f812f (patch) | |
| tree | 9902ce6e7a98f5deb6639b25c7e8d16354629889 /editor/plugins/script_text_editor.cpp | |
| parent | 98b97d34df7f3ab2cafc3847358c231c3d357b40 (diff) | |
| download | redot-engine-8824b6c5e9dc6a24a17452ded0c800ec267f812f.tar.gz | |
Update if == NOTIFICATION_* to switch statements to match coding style
Diffstat (limited to 'editor/plugins/script_text_editor.cpp')
| -rw-r--r-- | editor/plugins/script_text_editor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp index 4a47766fc0..b87f2995ed 100644 --- a/editor/plugins/script_text_editor.cpp +++ b/editor/plugins/script_text_editor.cpp @@ -1343,8 +1343,6 @@ void ScriptTextEditor::_notification(int p_what) { case NOTIFICATION_ENTER_TREE: { code_editor->get_text_editor()->set_gutter_width(connection_gutter, code_editor->get_text_editor()->get_line_height()); } break; - default: - break; } } |
