Merge pull request #478 from Pan7/FixComboWarn

Fix DLG_COMBO_INT warning
This commit is contained in:
Timothee "TTimo" Besset 2017-04-30 14:51:25 -05:00 committed by GitHub
commit 29ff5ac400
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ typedef enum
DLG_SPIN_FLOAT,
DLG_SPIN_INT,
DLG_ADJ_INT,
DLG_COMBO_INT,
DLG_COMBO_BOX_INT,
} DLG_DATA_TYPE;