Remove mutex_name
It's unused outside of the accurate branch. Maybe someday I'll port the mutex behaviour.
This commit is contained in:
parent
22f737e139
commit
6b98bffba1
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ static BOOL bActive = TRUE;
|
||||||
static int windowWidth;
|
static int windowWidth;
|
||||||
static int windowHeight;
|
static int windowHeight;
|
||||||
|
|
||||||
static const char *mutex_name = "Doukutsu";
|
|
||||||
|
|
||||||
#ifdef JAPANESE
|
#ifdef JAPANESE
|
||||||
static const char *lpWindowName = "洞窟物語"; // "Cave Story"
|
static const char *lpWindowName = "洞窟物語"; // "Cave Story"
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Add table
Reference in a new issue