diff --git a/zone/CMakeLists.txt b/zone/CMakeLists.txt index 5da25e64f..d6c18bae0 100644 --- a/zone/CMakeLists.txt +++ b/zone/CMakeLists.txt @@ -9,7 +9,6 @@ SET(zone_sources bot.cpp botspellsai.cpp client.cpp - client_logs.cpp client_mods.cpp client_packet.cpp client_process.cpp @@ -128,7 +127,6 @@ SET(zone_headers bot.h bot_structs.h client.h - client_logs.h client_packet.h command.h common.h diff --git a/zone/client_logs.cpp b/zone/client_logs.cpp deleted file mode 100644 index e69de29bb..000000000 diff --git a/zone/client_logs.h b/zone/client_logs.h deleted file mode 100644 index e69de29bb..000000000