From 2d43892ef3486b1fe1002a138a4d514abc05f877 Mon Sep 17 00:00:00 2001 From: dhewg Date: Mon, 2 Jul 2012 23:49:34 +0200 Subject: [PATCH] Get rid of sys_stub.cpp Unused. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69c8e47..ddfb433 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -631,7 +631,6 @@ set(src_core set(src_stub_openal sys/stub/openal_stub.cpp) set(src_stub_gl sys/stub/stub_gl.cpp) -set(src_stub_sys sys/stub/sys_stub.cpp) set(src_stub_util sys/stub/util_stub.cpp) set(src_sys_dedicated sys/linux/dedicated.cpp)