Don't draw counter text when the draw mode is kHidden; removed two unused member functions.

This commit is contained in:
wrenczes
2010-11-19 01:30:00 +00:00
parent 2a8f8074e6
commit c3f99786fc
2 changed files with 4 additions and 19 deletions

View File

@@ -29,14 +29,8 @@ struct CardGui : public PlayGuiObject {
/*
** Tries to render the Big version of a card picture, backups to text version in case of failure
*/
void RenderBig(const Pos&);
static void RenderBig(MTGCard * card, const Pos& pos);
/*
** Renders Text Version of a card
*/
void AlternateRenderBig(const Pos&);
void RenderCountersBig(const Pos& pos);
static void AlternateRender(MTGCard * card, const Pos& pos);
static void TinyCropRender(MTGCard * card, const Pos& pos, JQuad * quad);