Remove mutex_name

It's unused outside of the accurate branch. Maybe someday I'll port
the mutex behaviour.
This commit is contained in:
Clownacy 2019-10-29 12:01:49 +00:00
parent 22f737e139
commit 6b98bffba1

View file

@ -38,8 +38,6 @@ static BOOL bActive = TRUE;
static int windowWidth;
static int windowHeight;
static const char *mutex_name = "Doukutsu";
#ifdef JAPANESE
static const char *lpWindowName = "洞窟物語"; // "Cave Story"
#else