summaryrefslogtreecommitdiffstats
path: root/editor/editor_run.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-09-13 19:07:25 +0200
committerkobewi <kobewi4e@gmail.com>2024-02-05 19:07:31 +0100
commit5ab9e50461d02aaa5277abb4a7ffe84e5eeb2509 (patch)
tree4e620ab6dd9c6d96fe1b10ed379bb5c3933635f9 /editor/editor_run.h
parentd3352813ea44447bfbf135efdec23acc4d1d3f89 (diff)
downloadredot-engine-5ab9e50461d02aaa5277abb4a7ffe84e5eeb2509.tar.gz
Add a dialog to customize run instances
Diffstat (limited to 'editor/editor_run.h')
-rw-r--r--editor/editor_run.h2
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;