Remove unused C4D_None

floating-point
Günther Brammer 2012-11-12 02:41:20 +01:00
parent 7bd8c03978
commit c439c81362
2 changed files with 2 additions and 5 deletions

View File

@ -44,6 +44,7 @@
#include <set>
const int32_t
C4D_All = ~0,
C4D_StaticBack = 1<<0,
C4D_Structure = 1<<1,
C4D_Vehicle = 1<<2,

View File

@ -25,11 +25,7 @@
#include <StdFont.h>
const int32_t C4D_None = 0,
C4D_All = ~C4D_None;
class C4DefList
: public CStdFont::CustomImages
class C4DefList: public CStdFont::CustomImages
{
public:
C4DefList();