Skip to content

Commit

Permalink
remove empty source files
Browse files Browse the repository at this point in the history
`ConnectionState` and `TiletypeMatcher` had no content, no point in compiling them or keeping them around
  • Loading branch information
ab9rf committed Jan 10, 2025
1 parent 60432c5 commit 052d1c1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ SET(PROJECT_SRCS
Keybinds.cpp
EnumToString.cpp
MaterialMatcher.cpp
TiletypeMatcher.cpp
ConnectionState.cpp
main.cpp
)

Expand All @@ -52,7 +50,6 @@ SET(PROJECT_HDRS
commonTypes.h
ConditionalSprite.h
Config.h
ConnectionState.h
Constructions.h
ContentBuildingReader.h
ContentLoader.h
Expand All @@ -77,7 +74,6 @@ SET(PROJECT_HDRS
TileCondition.h
TileDirection.h
TileTree.h
TiletypeMatcher.h
TrackingModes.h
TreeGrowthConfiguration.h
UserInput.h
Expand Down
1 change: 0 additions & 1 deletion ConnectionState.cpp

This file was deleted.

1 change: 0 additions & 1 deletion ConnectionState.h

This file was deleted.

1 change: 0 additions & 1 deletion TiletypeMatcher.cpp

This file was deleted.

1 change: 0 additions & 1 deletion TiletypeMatcher.h

This file was deleted.

0 comments on commit 052d1c1

Please sign in to comment.