CIrrDeviceOSX: drop all video mode code

This commit is contained in:
sfan5
2021-07-16 22:44:33 +02:00
parent 0afd799002
commit b2b000597a
2 changed files with 3 additions and 114 deletions

View File

@ -95,10 +95,6 @@ namespace irr
//! Activate any joysticks, and generate events for them.
virtual bool activateJoysticks(core::array<SJoystickInfo> & joystickInfo) _IRR_OVERRIDE_;
//! \return Returns a pointer to a list with all video modes
//! supported by the gfx adapter.
virtual video::IVideoModeList* getVideoModeList() _IRR_OVERRIDE_;
//! Get the device type
virtual E_DEVICE_TYPE getType() const _IRR_OVERRIDE_
{