diff options
author | numzero <numzer0@yandex.ru> | 2023-03-14 18:48:55 +0300 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2023-03-14 17:54:08 +0100 |
commit | 25a7074c9af510b6d93d8e84309997e45bad094f (patch) | |
tree | dab105cac8e2ca7dbdf5f1a695dfd870be7e5904 /include/EDeviceTypes.h | |
parent | df8881898d08234920696e32f777ee31b7431386 (diff) | |
download | irrlicht-25a7074c9af510b6d93d8e84309997e45bad094f.tar.xz |
Remove all mentions of iOS
Diffstat (limited to 'include/EDeviceTypes.h')
-rw-r--r-- | include/EDeviceTypes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/EDeviceTypes.h b/include/EDeviceTypes.h index a0c1ca7..853e825 100644 --- a/include/EDeviceTypes.h +++ b/include/EDeviceTypes.h @@ -24,10 +24,6 @@ namespace irr //! A device native to Mac OSX
/** This device uses Apple's Cocoa API and works in Mac OSX 10.2 and above. */
EIDT_OSX,
-
- //! A device native to the iOS
- /** This device should be used with the OpenGL-ES driver. */
- EIDT_IOS,
//! A device which uses Simple DirectMedia Layer
/** The SDL device works under all platforms supported by SDL but first must be compiled
|