summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Qt3DStudio/Application/DataInputDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Qt3DStudio/Application/DataInputDlg.h')
-rw-r--r--src/Authoring/Qt3DStudio/Application/DataInputDlg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Authoring/Qt3DStudio/Application/DataInputDlg.h b/src/Authoring/Qt3DStudio/Application/DataInputDlg.h
index 9ae6bc6f..c859ccf6 100644
--- a/src/Authoring/Qt3DStudio/Application/DataInputDlg.h
+++ b/src/Authoring/Qt3DStudio/Application/DataInputDlg.h
@@ -52,9 +52,6 @@ QT_FORWARD_DECLARE_CLASS(QStandardItemModel)
enum EDataType {
DataTypeBoolean = 0,
-#ifdef DATAINPUT_EVALUATOR_ENABLED
- DataTypeEvaluator,
-#endif
DataTypeFloat,
DataTypeRangedNumber,
DataTypeString,
@@ -73,9 +70,6 @@ static const QVector<EDataType> allDataTypes {
EDataType::DataTypeVector2,
EDataType::DataTypeRangedNumber,
EDataType::DataTypeBoolean,
- #ifdef DATAINPUT_EVALUATOR_ENABLED
- EDataType::DataTypeEvaluator,
- #endif
EDataType::DataTypeVariant
};