Skip to content

Commit

Permalink
removed some unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed Dec 15, 2012
1 parent b99368e commit c81722f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/engine/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ class IClient : public IInterface
// networking
virtual void EnterGame() = 0;

virtual bool MapLoaded() = 0;
//
virtual int MapDownloadAmount() = 0;
virtual int MapDownloadTotalsize() = 0;
Expand Down
5 changes: 0 additions & 5 deletions src/engine/client/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -769,11 +769,6 @@ void CClient::Render()
DebugRender();
}

bool CClient::MapLoaded()
{
return m_pMap->IsLoaded();
}

const char *CClient::LoadMap(const char *pName, const char *pFilename, unsigned WantedCrc)
{
static char aErrorMsg[128];
Expand Down
1 change: 0 additions & 1 deletion src/engine/client/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ class CClient : public IClient, public CDemoPlayer::IListner

virtual const char *ErrorString();

bool MapLoaded();
const char *LoadMap(const char *pName, const char *pFilename, unsigned WantedCrc);
const char *LoadMapSearch(const char *pMapName, int WantedCrc);

Expand Down

0 comments on commit c81722f

Please sign in to comment.