- removed NOVTABLE #define.
This was used on just two small base classes, the overall savings are zero.
This commit is contained in:
parent
81af5279d1
commit
b5c1237f93
3 changed files with 2 additions and 8 deletions
|
|
@ -115,7 +115,7 @@ protected:
|
|||
void PostKeyEvent(int keynum, INTBOOL down, bool foreground);
|
||||
};
|
||||
|
||||
class NOVTABLE FJoystickCollection : public FInputDevice
|
||||
class FJoystickCollection : public FInputDevice
|
||||
{
|
||||
public:
|
||||
virtual void AddAxes(float axes[NUM_JOYAXIS]) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue