mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
Fix duplication
This commit is contained in:
parent
0b09408ee8
commit
446e62c69f
2 changed files with 1 additions and 5 deletions
|
@ -858,7 +858,7 @@ struct FurnaceGUISysCategory {
|
|||
description(NULL) {}
|
||||
};
|
||||
|
||||
static const char* dummyMode[1]={
|
||||
static const char* macroDummyMode[1]={
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
@ -323,10 +323,6 @@ const char* macroQSoundMode[3]={
|
|||
NULL
|
||||
};
|
||||
|
||||
const char* macroDummyMode[1]={
|
||||
NULL
|
||||
};
|
||||
|
||||
const char* macroFilterMode[4]={
|
||||
"Relative",
|
||||
"Absolute",
|
||||
|
|
Loading…
Reference in a new issue