- 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
|
|
@ -69,12 +69,6 @@ using INTBOOL = int;
|
|||
using BITFIELD = uint32_t;
|
||||
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define NOVTABLE __declspec(novtable)
|
||||
#else
|
||||
#define NOVTABLE
|
||||
#endif
|
||||
|
||||
// always use our own definition for consistency.
|
||||
#ifdef M_PI
|
||||
#undef M_PI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue