diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-01-05 17:30:02 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-01-06 19:57:28 +0100 |
commit | 6b411c63c9b084e99a3711da10f93225ff93cc85 (patch) | |
tree | 963e9f9afcbc6e052466e4d3a1acee7cd654f8b3 /src/common/platform.h | |
parent | Merge pull request #402 from chrisvj/master (diff) | |
download | yuzu-6b411c63c9b084e99a3711da10f93225ff93cc85.tar yuzu-6b411c63c9b084e99a3711da10f93225ff93cc85.tar.gz yuzu-6b411c63c9b084e99a3711da10f93225ff93cc85.tar.bz2 yuzu-6b411c63c9b084e99a3711da10f93225ff93cc85.tar.lz yuzu-6b411c63c9b084e99a3711da10f93225ff93cc85.tar.xz yuzu-6b411c63c9b084e99a3711da10f93225ff93cc85.tar.zst yuzu-6b411c63c9b084e99a3711da10f93225ff93cc85.zip |
Diffstat (limited to 'src/common/platform.h')
-rw-r--r-- | src/common/platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/platform.h b/src/common/platform.h index ce9cfd4a2..ba1109c9f 100644 --- a/src/common/platform.h +++ b/src/common/platform.h @@ -35,7 +35,6 @@ #define PLATFORM_MACOSX 2 #define PLATFORM_LINUX 3 #define PLATFORM_ANDROID 4 -#define PLATFORM_IOS 5 //////////////////////////////////////////////////////////////////////////////////////////////////// // Platform detection |