From 6b98bffba1c8c3e0423348f9eb268e997585acc1 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Tue, 29 Oct 2019 12:01:49 +0000 Subject: [PATCH] Remove mutex_name It's unused outside of the accurate branch. Maybe someday I'll port the mutex behaviour. --- src/Main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Main.cpp b/src/Main.cpp index 2d6db2a5..7bcd0bb4 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -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