shithub: cstory

Download patch

ref: 6b98bffba1c8c3e0423348f9eb268e997585acc1
parent: 22f737e1394a9c5dccd3e8ae0eb950d90a6a96f4
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Oct 29 08:01:49 EDT 2019

Remove mutex_name

It's unused outside of the accurate branch. Maybe someday I'll port
the mutex behaviour.

--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -38,8 +38,6 @@
 static int windowWidth;
 static int windowHeight;
 
-static const char *mutex_name = "Doukutsu";
-
 #ifdef JAPANESE
 static const char *lpWindowName = "洞窟物語";	// "Cave Story"
 #else
--