Skip to content

Commit

Permalink
removed double assignment in EpgSearchFilter::Reset()
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSo committed Dec 7, 2013
1 parent 3907cde commit 20bf9df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xbmc/epg/EpgSearchFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ void EpgSearchFilter::Reset()
m_startDateTime.SetFromUTCDateTime(g_EpgContainer.GetFirstEPGDate());
m_endDateTime.SetFromUTCDateTime(g_EpgContainer.GetLastEPGDate());
m_bIncludeUnknownGenres = false;
m_bIgnorePresentTimers = false;
m_bIgnorePresentRecordings = false;
m_bPreventRepeats = false;

/* pvr specific filters */
Expand Down

0 comments on commit 20bf9df

Please sign in to comment.