From d9a3db607455dd983a8075fd24068890ecaead19 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 25 Feb 2019 20:48:51 -0600 Subject: [PATCH] [ox/mc] Remove walk.cpp from CMake (synced from 0ea44e5eadb4937913548548d3f26113e1a3887b) --- src/ox/mc/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ox/mc/CMakeLists.txt b/src/ox/mc/CMakeLists.txt index 2824b9747..3b7c13a6b 100644 --- a/src/ox/mc/CMakeLists.txt +++ b/src/ox/mc/CMakeLists.txt @@ -3,7 +3,6 @@ add_library( defwriter.cpp presencemask.cpp read.cpp - walker.cpp write.cpp )