diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e05fc32..9771ce1d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,8 +39,6 @@ SET(PROJECT_SRCS Keybinds.cpp EnumToString.cpp MaterialMatcher.cpp - TiletypeMatcher.cpp - ConnectionState.cpp main.cpp ) @@ -52,7 +50,6 @@ SET(PROJECT_HDRS commonTypes.h ConditionalSprite.h Config.h - ConnectionState.h Constructions.h ContentBuildingReader.h ContentLoader.h @@ -77,7 +74,6 @@ SET(PROJECT_HDRS TileCondition.h TileDirection.h TileTree.h - TiletypeMatcher.h TrackingModes.h TreeGrowthConfiguration.h UserInput.h diff --git a/ConnectionState.cpp b/ConnectionState.cpp deleted file mode 100644 index 1dc1ba3b..00000000 --- a/ConnectionState.cpp +++ /dev/null @@ -1 +0,0 @@ -#include "ConnectionState.h" diff --git a/ConnectionState.h b/ConnectionState.h deleted file mode 100644 index 6f70f09b..00000000 --- a/ConnectionState.h +++ /dev/null @@ -1 +0,0 @@ -#pragma once diff --git a/TiletypeMatcher.cpp b/TiletypeMatcher.cpp deleted file mode 100644 index a0502899..00000000 --- a/TiletypeMatcher.cpp +++ /dev/null @@ -1 +0,0 @@ -#include "TiletypeMatcher.h" diff --git a/TiletypeMatcher.h b/TiletypeMatcher.h deleted file mode 100644 index 6f70f09b..00000000 --- a/TiletypeMatcher.h +++ /dev/null @@ -1 +0,0 @@ -#pragma once