diff options
| author | eska | 2016-11-18 18:52:44 +0100 |
|---|---|---|
| committer | eska | 2016-12-03 15:33:32 +0100 |
| commit | 6d86a63648c65c9e5e72747130ee3cb0ed49ab4c (patch) | |
| tree | 1374c791726a7825fa6258d8c920bd32638729d5 /drivers/unix/os_unix.cpp | |
| parent | a3582fa3cb11c785ecf61dd2b04656473864b27e (diff) | |
| download | godot-6d86a63648c65c9e5e72747130ee3cb0ed49ab4c.tar.gz godot-6d86a63648c65c9e5e72747130ee3cb0ed49ab4c.tar.zst godot-6d86a63648c65c9e5e72747130ee3cb0ed49ab4c.zip | |
Diffstat (limited to 'drivers/unix/os_unix.cpp')
| -rw-r--r-- | drivers/unix/os_unix.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/unix/os_unix.cpp b/drivers/unix/os_unix.cpp index fd515d6dd..72582837e 100644 --- a/drivers/unix/os_unix.cpp +++ b/drivers/unix/os_unix.cpp @@ -522,9 +522,6 @@ String OS_Unix::get_executable_path() const { delete[] resolved_path; return path; -#elif defined(EMSCRIPTEN) - // We return nothing - return String(); #else ERR_PRINT("Warning, don't know how to obtain executable path on this OS! Please override this function properly."); return OS::get_executable_path(); |
