diff options
author | bunnei <bunneidev@gmail.com> | 2015-01-07 05:09:20 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-01-07 05:09:20 +0100 |
commit | 5217e3f8737c5033ff280b78ab7a28bf05534835 (patch) | |
tree | 2f445a84723bd4487f1ba0ced237fba0e227e6a9 /src/common/platform.h | |
parent | Merge pull request #376 from Subv/arc_reorder (diff) | |
parent | Common: Remove dead platform #ifdefs to make the code more readable. (diff) | |
download | yuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.tar yuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.tar.gz yuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.tar.bz2 yuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.tar.lz yuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.tar.xz yuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.tar.zst yuzu-5217e3f8737c5033ff280b78ab7a28bf05534835.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 |