diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-15 16:22:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-15 16:22:11 +0100 |
| commit | fa67046e983a137e612b00e3de1d445cc4aa24ce (patch) | |
| tree | 32280e24a2957b4edf32157f40a43a602ff147fb /editor/plugins/script_editor_plugin.h | |
| parent | 1d910b1e5868814938d644ff181cf30d75516762 (diff) | |
| parent | 11572c6e309692b62554ae852dfa8fb8943bcbd7 (diff) | |
Merge pull request #58136 from akien-mga/editor-includes-cleanup
Diffstat (limited to 'editor/plugins/script_editor_plugin.h')
| -rw-r--r-- | editor/plugins/script_editor_plugin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/script_editor_plugin.h b/editor/plugins/script_editor_plugin.h index 07e818a0c1..a99e269d46 100644 --- a/editor/plugins/script_editor_plugin.h +++ b/editor/plugins/script_editor_plugin.h @@ -47,8 +47,6 @@ #include "scene/main/timer.h" #include "scene/resources/text_file.h" -class EditorNode; -struct EditorProgress; class EditorFileDialog; class EditorSyntaxHighlighter : public SyntaxHighlighter { |