diff options
| author | bruvzg | 2018-03-23 11:56:05 +0200 |
|---|---|---|
| committer | bruvzg | 2018-03-23 11:56:05 +0200 |
| commit | d6c6a654386b076d94ce9fe8a62651b4fda54ba9 (patch) | |
| tree | 36d9d2b54b8a206f974500db0221296801451afa /platform/osx/os_osx.h | |
| parent | c537107af9b27f328b25a631149a19f937d301f6 (diff) | |
| download | godot-d6c6a654386b076d94ce9fe8a62651b4fda54ba9.tar.gz godot-d6c6a654386b076d94ce9fe8a62651b4fda54ba9.tar.zst godot-d6c6a654386b076d94ce9fe8a62651b4fda54ba9.zip | |
Diffstat (limited to 'platform/osx/os_osx.h')
| -rw-r--r-- | platform/osx/os_osx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/osx/os_osx.h b/platform/osx/os_osx.h index 72ca8969d..fee25e98c 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -195,7 +195,6 @@ public: virtual VideoMode get_video_mode(int p_screen = 0) const; virtual void get_fullscreen_mode_list(List<VideoMode> *p_list, int p_screen = 0) const; - virtual Error execute(const String &p_path, const List<String> &p_arguments, bool p_blocking, ProcessID *r_child_id, String *r_pipe, int *r_exitcode, bool p_read_stderr); virtual String get_executable_path() const; virtual LatinKeyboardVariant get_latin_keyboard_variant() const; |
