Commit f46ff35e authored by Don Gagne's avatar Don Gagne

clearDefaultValue not needed

parent 1f7a7157
......@@ -133,9 +133,3 @@ QVariant FactMetaData::_maxForType(void)
// Make windows compiler happy, even switch is full cased
return QVariant();
}
void FactMetaData::clearDefaultValue(void)
{
_defaultValue = 0;
_defaultValueAvailable = false;
}
......@@ -74,9 +74,6 @@ public:
void setMin(const QVariant& max);
void setMax(const QVariant& max);
/// Used to clear a default value which it is found to possibly be invalid
void clearDefaultValue(void);
private:
QVariant _minForType(void);
QVariant _maxForType(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment