diff options
author | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-04 03:53:49 +0300 |
---|---|---|
committer | Vitaly Novichkov <admin@wohlnet.ru> | 2018-07-04 03:53:49 +0300 |
commit | 63f0c95a978902e0896513ca4c7e7e3907da7b9d (patch) | |
tree | 5d7e1ec763b2804e961304f8c3bb433bd0e1c0c1 | |
parent | c6b16ecfb07897ed15fc37464b14e523627d82ea (diff) | |
download | libADLMIDI-63f0c95a978902e0896513ca4c7e7e3907da7b9d.tar.gz libADLMIDI-63f0c95a978902e0896513ca4c7e7e3907da7b9d.tar.bz2 libADLMIDI-63f0c95a978902e0896513ca4c7e7e3907da7b9d.zip |
Remove deprecated enums from WOPL file processor
-rw-r--r-- | src/wopl/wopl_file.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wopl/wopl_file.h b/src/wopl/wopl_file.h index ac89360..6bc4fa9 100644 --- a/src/wopl/wopl_file.h +++ b/src/wopl/wopl_file.h @@ -73,9 +73,6 @@ typedef enum WOPL_InstrumentFlags /* RythmMode flags mask */ WOPL_RhythmModeMask = 0x38, - /* DEPRECATED: It has typo. Don't use it! */ - WOPL_RythmModeMask = WOPL_RhythmModeMask, - /* Mask of the flags range */ WOPL_Ins_ALL_MASK = 0x07 } WOPL_InstrumentFlags; @@ -92,9 +89,6 @@ typedef enum WOPL_RhythmMode WOPL_RM_Cymbal = 0x20, /* RythmMode: HiHat */ WOPL_RM_HiHat = 0x28, - - /* DEPRECATED: It has typo. Don't use it! */ - WOPL_RM_Cymball = WOPL_RM_Cymbal } WOPL_RhythmMode; /* DEPRECATED: It has typo. Don't use it! */ |