mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Mark unused vars as comment
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@104 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 1b13da2617
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-21 (Mon, 21 Dec 2009)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -391,7 +391,7 @@ const neutrino_locale_t * genre_sub_classes_list[10] =
|
||||
genre_travel_hobbies
|
||||
};
|
||||
|
||||
bool CEpgData::hasFollowScreenings(const t_channel_id channel_id, const std::string & title) {
|
||||
bool CEpgData::hasFollowScreenings(const t_channel_id /*channel_id*/, const std::string & title) {
|
||||
time_t curtime = time(NULL);
|
||||
|
||||
for (CChannelEventList::iterator e = evtlist.begin(); e != evtlist.end(); ++e )
|
||||
@@ -968,7 +968,7 @@ void CEpgData::GetPrevNextEPGData( unsigned long long id, time_t* startzeit )
|
||||
// -- 2002-05-03 rasc
|
||||
//
|
||||
|
||||
int CEpgData::FollowScreenings (const t_channel_id channel_id, const std::string & title)
|
||||
int CEpgData::FollowScreenings (const t_channel_id /*channel_id*/, const std::string & title)
|
||||
|
||||
{
|
||||
CChannelEventList::iterator e;
|
||||
@@ -1059,7 +1059,7 @@ void CEpgData::showTimerEventBar (bool show)
|
||||
// -- to be used for calls from Menue
|
||||
// -- (2004-03-06 rasc)
|
||||
|
||||
int CEPGDataHandler::exec(CMenuTarget* parent, const std::string &actionkey)
|
||||
int CEPGDataHandler::exec(CMenuTarget* parent, const std::string &/*actionkey*/)
|
||||
{
|
||||
int res = menu_return::RETURN_EXIT_ALL;
|
||||
CChannelList *channelList;
|
||||
|
Reference in New Issue
Block a user