1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-20 04:09:16 +00:00

Toss useless, Windows-only plBGDownloader

This commit is contained in:
2012-01-09 11:57:42 -05:00
parent 13d36587e6
commit 4661b470f6
7 changed files with 0 additions and 662 deletions

View File

@ -59,7 +59,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plNetClientComm/plNetClientComm.h"
#include "plAgeLoader/plAgeLoader.h"
#include "plAgeLoader/plBackgroundDownloader.h"
#include "plAvatar/plAvatarMgr.h"
#include "plVault/plVault.h"
@ -201,8 +200,6 @@ void plNCAgeJoiner::Complete (bool success, const char msg[]) {
DEL(this);
}
if (plBackgroundDownloader::GetInstance())
plBackgroundDownloader::GetInstance()->UnPause();
}
//============================================================================