remove FOREACH_Code
This commit is contained in:
@@ -243,7 +243,7 @@ void CodeDetector::RefreshCacheItems( RString sClass )
|
||||
{
|
||||
if( sClass == "" )
|
||||
sClass = "CodeDetector";
|
||||
FOREACH_Code( c )
|
||||
FOREACH_ENUM( Code, c )
|
||||
{
|
||||
CodeItem& item = g_CodeItems[c];
|
||||
const RString sCodeName = CodeToString(c);
|
||||
|
||||
@@ -47,7 +47,6 @@ enum Code {
|
||||
CODE_BACK_IN_EVENT_MODE,
|
||||
NUM_Code // leave this at the end
|
||||
};
|
||||
#define FOREACH_Code( c ) FOREACH_ENUM( Code, c )
|
||||
|
||||
struct CodeItem
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user