mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-13 20:55:30 +01:00
Remove Irrlicht devices except SDL (#16580)
This commit is contained in:
@@ -6,16 +6,11 @@
|
||||
|
||||
#include "IOSOperator.h"
|
||||
|
||||
class CIrrDeviceLinux;
|
||||
|
||||
//! The OSOperator provides OS-specific methods and information.
|
||||
class COSOperator : public IOSOperator
|
||||
{
|
||||
public:
|
||||
// constructor
|
||||
#if defined(_IRR_COMPILE_WITH_X11_DEVICE_)
|
||||
COSOperator(const core::stringc &osversion, CIrrDeviceLinux *device);
|
||||
#endif
|
||||
COSOperator(const core::stringc &osversion);
|
||||
|
||||
~COSOperator();
|
||||
@@ -53,10 +48,6 @@ public:
|
||||
private:
|
||||
core::stringc OperatingSystem;
|
||||
|
||||
#if defined(_IRR_COMPILE_WITH_X11_DEVICE_)
|
||||
CIrrDeviceLinux *IrrDeviceLinux;
|
||||
#endif
|
||||
|
||||
#ifdef _IRR_WINDOWS_API_
|
||||
mutable core::stringc ClipboardBuf;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user