mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-09 19:45:21 +01:00
Irrlicht: remove some dead code
This commit is contained in:
@@ -261,12 +261,6 @@ bool CIrrDeviceStub::isFullscreen() const
|
||||
return CreationParams.Fullscreen;
|
||||
}
|
||||
|
||||
//! returns color format
|
||||
video::ECOLOR_FORMAT CIrrDeviceStub::getColorFormat() const
|
||||
{
|
||||
return video::ECF_R5G6B5;
|
||||
}
|
||||
|
||||
//! No-op in this implementation
|
||||
bool CIrrDeviceStub::activateJoysticks(core::array<SJoystickInfo> &joystickInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user