Skip to content

Commit

Permalink
Merge pull request H-uru#208 from Hoikas/deadweight
Browse files Browse the repository at this point in the history
Remove Junk
  • Loading branch information
Branan Purvine-Riley committed Jun 10, 2012
2 parents 792e014 + f40a405 commit 6d81375
Show file tree
Hide file tree
Showing 148 changed files with 15 additions and 19,723 deletions.
3 changes: 0 additions & 3 deletions Sources/Plasma/Apps/plClient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ target_link_libraries(plClient pfConditional)
target_link_libraries(plClient pfConsole)
target_link_libraries(plClient pfConsoleCore)
target_link_libraries(plClient pfCrashHandler)
target_link_libraries(plClient pfCsrSrv)
target_link_libraries(plClient pfGameGUIMgr)
target_link_libraries(plClient pfGameMgr)
target_link_libraries(plClient pfGameScoreMgr)
Expand Down Expand Up @@ -138,7 +137,6 @@ target_link_libraries(plClient plVault)
target_link_libraries(plClient pnAddrInfo)
target_link_libraries(plClient pnAsyncCore)
target_link_libraries(plClient pnAsyncCoreExe)
target_link_libraries(plClient pnCsrNet)
target_link_libraries(plClient pnDispatch)
target_link_libraries(plClient pnEncryption)
target_link_libraries(plClient pnFactory)
Expand All @@ -154,7 +152,6 @@ target_link_libraries(plClient pnNetProtocol)
target_link_libraries(plClient pnNucleusInc)
target_link_libraries(plClient pnProduct)
target_link_libraries(plClient pnSceneObject)
target_link_libraries(plClient pnSimpleNet)
target_link_libraries(plClient pnTimer)
target_link_libraries(plClient pnUtils)
target_link_libraries(plClient pnUtilsExe)
Expand Down
7 changes: 0 additions & 7 deletions Sources/Plasma/Apps/plClient/plClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com

#include "plAvatar/plAGAnimInstance.h"
#include "plAgeLoader/plAgeLoader.h"
#include "plClientKey/plClientKey.h"

#include "plQuality.h"
#include "plGLight/plShadowCaster.h"
Expand All @@ -156,8 +155,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfSecurePreloader/pfSecurePreloader.h"
#include "pfLocalizationMgr/pfLocalizationMgr.h"

#include "pfCsrSrv/pfCsrSrv.h"

#include "plTweak.h"

#define MSG_LOADING_BAR
Expand Down Expand Up @@ -263,8 +260,6 @@ hsBool plClient::Shutdown()
plSynchEnabler ps(false); // disable dirty state tracking during shutdown
delete fProgressBar;

CsrSrvShutdown();

// Just in case, clear this out (trying to fix a crash bug where this is still active at shutdown)
plDispatch::SetMsgRecieveCallback(nil);

Expand Down Expand Up @@ -2544,8 +2539,6 @@ void plClient::ICompleteInit () {
plClientMsg* clientMsg = new plClientMsg(plClientMsg::kInitComplete);
clientMsg->SetBCastFlag(plMessage::kBCastByType);
clientMsg->Send();

CsrSrvInitialize();
}

//============================================================================
Expand Down
51 changes: 0 additions & 51 deletions Sources/Plasma/Apps/plClientKey/DllMain.cpp

This file was deleted.

63 changes: 0 additions & 63 deletions Sources/Plasma/Apps/plClientKey/plClientKey.cpp

This file was deleted.

5 changes: 0 additions & 5 deletions Sources/Plasma/Apps/plClientKey/plClientKey.def

This file was deleted.

59 changes: 0 additions & 59 deletions Sources/Plasma/Apps/plClientKey/plClientKey.h

This file was deleted.

Binary file removed Sources/Plasma/Apps/plPlasmaInstaller/Dirt.ICO
Binary file not shown.
63 changes: 0 additions & 63 deletions Sources/Plasma/Apps/plPlasmaInstaller/main.cpp

This file was deleted.

Loading

0 comments on commit 6d81375

Please sign in to comment.