From 0d1eedcccc8b83fd5f5a9a75389fe8ac97d2c697 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 5 Mar 2015 11:52:57 +0100 Subject: Replace std::list to std::vector into tile.cpp (m_texture_trash) and move tile.hpp to src/client/ --- src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6aa1a35a1..d56ec18c0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -499,7 +499,6 @@ set(minetest_SRCS particles.cpp shader.cpp sky.cpp - tile.cpp wieldmesh.cpp ${minetest_SCRIPT_SRCS} ) -- cgit v1.2.3