Fix deprecated Glib::RecMutex on Windows + remove useless GThreadEnter

(no issue)
This commit is contained in:
Hombre
2017-01-31 00:22:54 +01:00
parent ebace9dd0f
commit 9ce41d8e91
2 changed files with 0 additions and 5 deletions

View File

@@ -89,11 +89,7 @@ Glib::ustring fname_to_utf8 (const char* fname)
}
// This recursive mutex will be used by gdk_threads_enter/leave instead of a simple mutex
#ifdef WIN32
static Glib::RecMutex myGdkRecMutex;
#else
static Glib::Threads::RecMutex myGdkRecMutex;
#endif
static void myGdkLockEnter()
{