Remove duplicate

This commit is contained in:
cam900 2022-09-25 19:23:23 +09:00
parent 81bebc5112
commit b0b729201a
2 changed files with 0 additions and 7 deletions

View File

@ -161,12 +161,6 @@ const char* resampleStrats[DIV_RESAMPLE_MAX]={
"best possible" "best possible"
}; };
const char* loopMode[DIV_SAMPLE_LOOP_MAX]={
"Forward",
"Backward",
"Pingpong"
};
const FurnaceGUIColors fxColors[256]={ const FurnaceGUIColors fxColors[256]={
GUI_COLOR_PATTERN_EFFECT_MISC, // 00 GUI_COLOR_PATTERN_EFFECT_MISC, // 00
GUI_COLOR_PATTERN_EFFECT_PITCH, // 01 GUI_COLOR_PATTERN_EFFECT_PITCH, // 01

View File

@ -44,7 +44,6 @@ extern const char* sampleLoopModes[];
extern const char* sampleDepths[]; extern const char* sampleDepths[];
extern const char* resampleStrats[]; extern const char* resampleStrats[];
extern const char* chipCategoryNames[]; extern const char* chipCategoryNames[];
extern const char* loopMode[];
extern const int availableSystems[]; extern const int availableSystems[];
extern const int chipsFM[]; extern const int chipsFM[];
extern const int chipsSquare[]; extern const int chipsSquare[];