summaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/display.c b/display.c
index b4334df..73183c6 100644
--- a/display.c
+++ b/display.c
@@ -1,5 +1,5 @@
/*
- * $Id: display.c,v 1.1 2004/12/19 22:03:12 lordjaxom Exp $
+ * $Id: display.c,v 1.2 2004/12/21 18:35:54 lordjaxom Exp $
*/
#include "render.h"
@@ -549,9 +549,6 @@ cxType cText2SkinDisplayReplay::GetTokenData(const txToken &Token)
? (cxType)mText
: (cxType)false;
- case tReplayMode:
- return cText2SkinStatus::ReplayMode();
-
case tButtonRed:
return mButtonRed;
@@ -723,8 +720,6 @@ void cText2SkinDisplayMenu::SetItem(const char *Text, int Index, bool Current, b
return;
tListItem *item = new tListItem(Text, Selectable);
- //item.text = Text;
- //item.sel = Selectable;
for (int i = 0; i < MaxTabs; ++i) {
const char *tab = GetTabbedText(Text, i);