From b0b729201a83975894c4bd881620a810c9db8ed5 Mon Sep 17 00:00:00 2001 From: cam900 Date: Sun, 25 Sep 2022 19:23:23 +0900 Subject: [PATCH] Remove duplicate --- src/gui/guiConst.cpp | 6 ------ src/gui/guiConst.h | 1 - 2 files changed, 7 deletions(-) diff --git a/src/gui/guiConst.cpp b/src/gui/guiConst.cpp index 7ea82d422..f761a2afa 100644 --- a/src/gui/guiConst.cpp +++ b/src/gui/guiConst.cpp @@ -161,12 +161,6 @@ const char* resampleStrats[DIV_RESAMPLE_MAX]={ "best possible" }; -const char* loopMode[DIV_SAMPLE_LOOP_MAX]={ - "Forward", - "Backward", - "Pingpong" -}; - const FurnaceGUIColors fxColors[256]={ GUI_COLOR_PATTERN_EFFECT_MISC, // 00 GUI_COLOR_PATTERN_EFFECT_PITCH, // 01 diff --git a/src/gui/guiConst.h b/src/gui/guiConst.h index a7ff2bf79..cb5eb5408 100644 --- a/src/gui/guiConst.h +++ b/src/gui/guiConst.h @@ -44,7 +44,6 @@ extern const char* sampleLoopModes[]; extern const char* sampleDepths[]; extern const char* resampleStrats[]; extern const char* chipCategoryNames[]; -extern const char* loopMode[]; extern const int availableSystems[]; extern const int chipsFM[]; extern const int chipsSquare[];