remove no longer used enumeration

This commit is contained in:
Markus Mohrhard 2012-04-15 15:04:15 +02:00
parent 0b468babb2
commit e7b440a0af

View file

@ -66,13 +66,6 @@ enum ScConditionMode
SC_COND_NONE
};
enum ScConditionValType
{
SC_VAL_VALUE,
SC_VAL_STRING,
SC_VAL_FORMULA
};
class ScConditionalFormat;
class SC_DLLPUBLIC ScConditionEntry