diff options
author | Alejandro Marzini | 2010-06-10 03:20:00 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-06-10 03:20:00 +0000 |
commit | 9e90858305d07e8d2970e660a327b533c18c8513 (patch) | |
tree | aa30ae1dbf944247ce77131b12025f8fe088b65c | |
parent | 1cebd3326242d89a0819f5b00fece58db691932f (diff) | |
download | scummvm-rg350-9e90858305d07e8d2970e660a327b533c18c8513.tar.gz scummvm-rg350-9e90858305d07e8d2970e660a327b533c18c8513.tar.bz2 scummvm-rg350-9e90858305d07e8d2970e660a327b533c18c8513.zip |
Removed deleted DefaultMutexManager from makefile.
svn-id: r49557
-rw-r--r-- | backends/module.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/module.mk b/backends/module.mk index 4b725bb16a..6d2b8d4d4b 100644 --- a/backends/module.mk +++ b/backends/module.mk @@ -31,7 +31,6 @@ MODULE_OBJS := \ midi/timidity.o \ midi/dmedia.o \ midi/windows.o \ - mutex/default/default-mutex.o \ mutex/sdl/sdl-mutex.o \ plugins/dc/dc-provider.o \ plugins/posix/posix-provider.o \ |