summaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/display.c b/display.c
index fa71016..9960eac 100644
--- a/display.c
+++ b/display.c
@@ -1194,7 +1194,6 @@ cxType cText2SkinDisplayMenu::GetTokenData(const txToken &Token)
: (cxType)false;
} else if (mRecording) { // recording Info
cRecordingInfo *recInfo = const_cast<cRecordingInfo*>(mRecording->Info());
- tChannelID chID = recInfo->ChannelID();
cChannel *channel = Channels.GetByChannelID(recInfo->ChannelID(), true);
return channel != NULL
? (cxType)ChannelName(channel, 0)
@@ -1209,7 +1208,6 @@ cxType cText2SkinDisplayMenu::GetTokenData(const txToken &Token)
: (cxType)false;
} else if (mRecording) { // recording Info
cRecordingInfo *recInfo = const_cast<cRecordingInfo*>(mRecording->Info());
- tChannelID chID = recInfo->ChannelID();
cChannel *channel = Channels.GetByChannelID(recInfo->ChannelID(), true);
return channel != NULL
? (cxType)ChannelShortName(channel, 0)