Skip to content

Commit a666717

Browse files
tick off implemented stuff
1 parent cadcee5 commit a666717

File tree

6 files changed

+0
-825
lines changed

6 files changed

+0
-825
lines changed

source/Nabla/CIrrDeviceLinux.h

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ namespace nbl
4949
//! runs the device. Returns false if device wants to be deleted
5050
virtual bool run();
5151

52-
//! Cause the device to temporarily pause execution and let other processes to run
53-
// This should bring down processor usage without major performance loss for Irrlicht
54-
virtual void yield();
5552

5653
//! Pause execution and let other processes to run for a specified amount of time.
5754
virtual void sleep(uint32_t timeMs, bool pauseTimer);
@@ -100,13 +97,6 @@ namespace nbl
10097
//! Remove all messages pending in the system message loop
10198
virtual void clearSystemMessages();
10299

103-
//! Get the device type
104-
virtual E_DEVICE_TYPE getType() const
105-
{
106-
return EIDT_X11;
107-
}
108-
109-
110100
private:
111101

112102
bool createWindow();

source/Nabla/CIrrDeviceWin32.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ namespace nbl
2525
//! runs the device. Returns false if device wants to be deleted
2626
virtual bool run();
2727

28-
//! Cause the device to temporarily pause execution and let other processes to run
29-
// This should bring down processor usage without major performance loss for Irrlicht
30-
virtual void yield();
31-
3228
//! Pause execution and let other processes to run for a specified amount of time.
3329
virtual void sleep(uint32_t timeMs, bool pauseTimer);
3430

0 commit comments

Comments
 (0)