eitd/sectionsdclient: remove unused commands

Origin commit data
------------------
Commit: faacdd32df
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-02-03 (Fri, 03 Feb 2012)
This commit is contained in:
[CST] Focus
2012-02-03 16:48:30 +04:00
parent 137c9aeac0
commit a0c0d3d213
4 changed files with 3 additions and 507 deletions

View File

@@ -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()
{