diff options
author | kobewi <kobewi4e@gmail.com> | 2022-09-13 19:07:25 +0200 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2024-02-05 19:07:31 +0100 |
commit | 5ab9e50461d02aaa5277abb4a7ffe84e5eeb2509 (patch) | |
tree | 4e620ab6dd9c6d96fe1b10ed379bb5c3933635f9 /editor/editor_run.h | |
parent | d3352813ea44447bfbf135efdec23acc4d1d3f89 (diff) | |
download | redot-engine-5ab9e50461d02aaa5277abb4a7ffe84e5eeb2509.tar.gz |
Add a dialog to customize run instances
Diffstat (limited to 'editor/editor_run.h')
-rw-r--r-- | editor/editor_run.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_run.h b/editor/editor_run.h index 01904489cc..bd6770ae3d 100644 --- a/editor/editor_run.h +++ b/editor/editor_run.h @@ -47,8 +47,6 @@ private: Status status; String running_scene; - Vector<String> _split_cmdline_args(const String &arg_string); - public: Status get_status() const; String get_running_scene() const; |