mirror of
https://github.com/LMMS/lmms.git
synced 2025-12-23 22:58:33 -05:00
Remove leftover of mingw-std-threads
This commit is contained in:
@@ -4,11 +4,6 @@
|
||||
|
||||
#include "NiftyCounter.h"
|
||||
|
||||
#if defined(__MINGW32__) && !defined(_GLIBCXX_HAS_GTHREADS)
|
||||
# include "mingw-std-threads/thread"
|
||||
# include "mingw-std-threads/mutex"
|
||||
#endif
|
||||
|
||||
namespace lmms::_cdslib
|
||||
{
|
||||
void init();
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
#include "mingw.mutex.h"
|
||||
@@ -1 +0,0 @@
|
||||
#include "mingw.thread.h"
|
||||
Reference in New Issue
Block a user