mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
eitd/sectionsdclient: remove unused commands
Origin commit data
------------------
Branch: ni/coolstream
Commit: faacdd32df
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-03 (Fri, 03 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -120,27 +120,6 @@ bool CSectionsdClient::getIsTimeSet()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
void CSectionsdClient::setEventsAreOldInMinutes(const unsigned short minutes)
|
||||
{
|
||||
send(sectionsd::setEventsAreOldInMinutes, (char*)&minutes, sizeof(minutes));
|
||||
|
||||
readResponse();
|
||||
close_connection();
|
||||
}
|
||||
#endif
|
||||
|
||||
void CSectionsdClient::setPauseSorting(const bool doPause)
|
||||
{
|
||||
int PauseIt = (doPause) ? 1 : 0;
|
||||
|
||||
send(sectionsd::pauseSorting, (char*)&PauseIt, sizeof(PauseIt));
|
||||
|
||||
readResponse();
|
||||
close_connection();
|
||||
}
|
||||
|
||||
void CSectionsdClient::setPauseScanning(const bool doPause)
|
||||
{
|
||||
int PauseIt = (doPause) ? 1 : 0;
|
||||
@@ -738,15 +717,6 @@ void CSectionsdClient::setPrivatePid(const unsigned short pid)
|
||||
close_connection();
|
||||
}
|
||||
#endif
|
||||
#if 0
|
||||
void CSectionsdClient::setSectionsdScanMode(const int scanMode)
|
||||
{
|
||||
send(sectionsd::setSectionsdScanMode, (char*)&scanMode, sizeof(scanMode));
|
||||
|
||||
readResponse();
|
||||
close_connection();
|
||||
}
|
||||
#endif
|
||||
|
||||
void CSectionsdClient::freeMemory()
|
||||
{
|
||||
|
Reference in New Issue
Block a user