- removed NOVTABLE #define.

This was used on just two small base classes, the overall savings are zero.
This commit is contained in:
Christoph Oelckers 2023-08-12 09:31:33 +02:00
commit b5c1237f93
3 changed files with 2 additions and 8 deletions

View file

@ -18,7 +18,7 @@ enum EJoyAxis
};
// Generic configuration interface for a controller.
struct NOVTABLE IJoystickConfig
struct IJoystickConfig
{
virtual ~IJoystickConfig() = 0;