comment out never used

Origin commit data
------------------
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)
This commit is contained in:
Jacek Jendrzej
2012-08-04 10:03:19 +02:00
parent 68773d8e37
commit 41e57ce7bc
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;