diff options
| author | eska | 2016-11-18 18:52:44 +0100 |
|---|---|---|
| committer | eska | 2016-11-30 22:01:55 +0100 |
| commit | a6ae3204fb577cc61f09fa15c803669d477e2f42 (patch) | |
| tree | 81a2fd2a5819845847a133fcbfb6ffb2548bba81 /drivers | |
| parent | e167c664c865af3083bdd99cc1240ea2c7c8db7e (diff) | |
| download | godot-a6ae3204fb577cc61f09fa15c803669d477e2f42.tar.gz godot-a6ae3204fb577cc61f09fa15c803669d477e2f42.tar.zst godot-a6ae3204fb577cc61f09fa15c803669d477e2f42.zip | |
Diffstat (limited to 'drivers')
| -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 271cf302e..94f5f5b46 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(); |
