comment out never used

This commit is contained in:
satbaby
2012-08-04 10:03:19 +02:00
parent f8aa4262cb
commit 9124c20f31
26 changed files with 149 additions and 85 deletions

View File

@@ -1546,7 +1546,7 @@ bool CRecordManager::changeNotify(const neutrino_locale_t OptionName, void * /*d
}
return ret;
}
#if 0
/* this is saved copy of neutrino code which seems was not used for some time */
bool CRecordManager::ChooseRecDir(std::string &dir)
{
@@ -1575,7 +1575,7 @@ bool CRecordManager::ChooseRecDir(std::string &dir)
}
return doRecord;
}
#endif
bool CRecordManager::MountDirectory(const char *recordingDir)
{
bool ret = true;