From 63f0c95a978902e0896513ca4c7e7e3907da7b9d Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Wed, 4 Jul 2018 03:53:49 +0300 Subject: Remove deprecated enums from WOPL file processor --- src/wopl/wopl_file.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') 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! */ -- cgit v1.2.3