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

@@ -122,13 +122,14 @@ void CLastChannel::set_store_difftime (int secs)
{
secs_diff_before_store = secs;
}
#if 0
//never used
int CLastChannel::get_store_difftime (void) const
{
return secs_diff_before_store;
}
#endif
int CLastChannel::get_mode(t_channel_id channel_id)
{
std::list<_LastCh>::iterator It;