From d8d6b0b37758294acf2981aa144a179c6f7c12f9 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Sat, 18 Feb 2012 00:20:57 -0800 Subject: [PATCH] Remove some lingering pnIni references. --- Sources/Plasma/Apps/plClient/CMakeLists.txt | 2 -- Sources/Plasma/NucleusLib/pnNetProtocol/Pch.h | 1 - .../Plasma/NucleusLib/pnNetProtocol/Private/pnNpAllIncludes.h | 1 - Sources/Plasma/PubUtilLib/plNetClientComm/plNetClientComm.cpp | 1 - Sources/Tools/MaxMain/CMakeLists.txt | 2 -- Sources/Tools/MaxPlasmaLights/CMakeLists.txt | 2 -- 6 files changed, 9 deletions(-) diff --git a/Sources/Plasma/Apps/plClient/CMakeLists.txt b/Sources/Plasma/Apps/plClient/CMakeLists.txt index bb1df50e..9a5bf0fa 100644 --- a/Sources/Plasma/Apps/plClient/CMakeLists.txt +++ b/Sources/Plasma/Apps/plClient/CMakeLists.txt @@ -142,8 +142,6 @@ target_link_libraries(plClient pnDispatch) target_link_libraries(plClient pnEncryption) target_link_libraries(plClient pnFactory) target_link_libraries(plClient pnGameMgr) -target_link_libraries(plClient pnIni) -target_link_libraries(plClient pnIniExe) target_link_libraries(plClient pnInputCore) target_link_libraries(plClient pnKeyedObject) target_link_libraries(plClient pnMessage) diff --git a/Sources/Plasma/NucleusLib/pnNetProtocol/Pch.h b/Sources/Plasma/NucleusLib/pnNetProtocol/Pch.h index aed80fc2..546aca50 100644 --- a/Sources/Plasma/NucleusLib/pnNetProtocol/Pch.h +++ b/Sources/Plasma/NucleusLib/pnNetProtocol/Pch.h @@ -57,7 +57,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pnNetCli/pnNetCli.h" #ifdef SERVER -#include "pnIni/pnIni.h" #include "psUtils/psUtils.h" // for SrvMsgHeader, ugh #endif diff --git a/Sources/Plasma/NucleusLib/pnNetProtocol/Private/pnNpAllIncludes.h b/Sources/Plasma/NucleusLib/pnNetProtocol/Private/pnNpAllIncludes.h index 67f1bfe6..6526fe3c 100644 --- a/Sources/Plasma/NucleusLib/pnNetProtocol/Private/pnNpAllIncludes.h +++ b/Sources/Plasma/NucleusLib/pnNetProtocol/Private/pnNpAllIncludes.h @@ -89,7 +89,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #ifdef SERVER # ifdef USES_NETSRV // for SrvMsgHeader definition -# include "pnIni/pnIni.h" // psSrvConn needs ini types # include "psUtils/psUtils.h" # ifdef USES_PROTOCOL_SRV2VAULT diff --git a/Sources/Plasma/PubUtilLib/plNetClientComm/plNetClientComm.cpp b/Sources/Plasma/PubUtilLib/plNetClientComm/plNetClientComm.cpp index ba581a8a..57e0e7fb 100644 --- a/Sources/Plasma/PubUtilLib/plNetClientComm/plNetClientComm.cpp +++ b/Sources/Plasma/PubUtilLib/plNetClientComm/plNetClientComm.cpp @@ -51,7 +51,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "pnProduct/pnProduct.h" #include "pnNetCli/pnNetCli.h" #include "plNetGameLib/plNetGameLib.h" -#include "pnIni/pnIni.h" #include "pnEncryption/plChallengeHash.h" #include "plMessage/plNetCommMsgs.h" diff --git a/Sources/Tools/MaxMain/CMakeLists.txt b/Sources/Tools/MaxMain/CMakeLists.txt index 2504afab..324e6232 100644 --- a/Sources/Tools/MaxMain/CMakeLists.txt +++ b/Sources/Tools/MaxMain/CMakeLists.txt @@ -180,8 +180,6 @@ target_link_libraries(MaxMain pnDispatch) target_link_libraries(MaxMain pnEncryption) target_link_libraries(MaxMain pnFactory) target_link_libraries(MaxMain pnGameMgr) -target_link_libraries(MaxMain pnIni) -target_link_libraries(MaxMain pnIniExe) target_link_libraries(MaxMain pnInputCore) target_link_libraries(MaxMain pnKeyedObject) target_link_libraries(MaxMain pnMessage) diff --git a/Sources/Tools/MaxPlasmaLights/CMakeLists.txt b/Sources/Tools/MaxPlasmaLights/CMakeLists.txt index e53b2711..f56881a8 100644 --- a/Sources/Tools/MaxPlasmaLights/CMakeLists.txt +++ b/Sources/Tools/MaxPlasmaLights/CMakeLists.txt @@ -114,8 +114,6 @@ target_link_libraries(MaxPlasmaLights pnDispatch) target_link_libraries(MaxPlasmaLights pnEncryption) target_link_libraries(MaxPlasmaLights pnFactory) target_link_libraries(MaxPlasmaLights pnGameMgr) -target_link_libraries(MaxPlasmaLights pnIni) -target_link_libraries(MaxPlasmaLights pnIniExe) target_link_libraries(MaxPlasmaLights pnInputCore) target_link_libraries(MaxPlasmaLights pnKeyedObject) target_link_libraries(MaxPlasmaLights pnMessage)