diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-24 13:01:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-24 13:01:49 +0200 |
commit | 9a70ecfb9045ff3587d0f9559c949cf8ccbd88e4 (patch) | |
tree | d720d6b10bac889383fcd5498a083e87ce446e39 /platform/osx/os_osx.h | |
parent | f5201d44a89836789167badb3c11a71ec12863ba (diff) | |
parent | 9d04f89beba547a7723d45ce9582adec59319b7a (diff) |
Merge pull request #11537 from BastiaanOlij/osx_remove_get_resource_dir
Removed get_resource_dir from osx platform
[ci skip]
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 c6a9aeba88..6c81da04f5 100644 --- a/platform/osx/os_osx.h +++ b/platform/osx/os_osx.h @@ -184,7 +184,6 @@ public: virtual void get_fullscreen_mode_list(List<VideoMode> *p_list, int p_screen = 0) const; virtual String get_executable_path() const; - virtual String get_resource_dir() const; virtual LatinKeyboardVariant get_latin_keyboard_variant() const; |