Cleanup warnings of -Wunused-const-variable

This commit is contained in:
Jun Su
2020-03-23 16:28:25 +08:00
parent 7c7a41ecd8
commit 500820b352
2 changed files with 1 additions and 2 deletions

View File

@ -31,7 +31,6 @@
#include "Core/Core.h"
#include "Core/NetPlayProto.h"
const int NO_INDEX = -1;
static const char* MC_HDR = "MC_SYSTEM_AREA";
bool GCMemcardDirectory::LoadGCI(GCIFile gci)