Fix daylight saving time bug in timers (backport from tuxbox-cvs)

Origin commit data
------------------
Branch: ni/coolstream
Commit: 636f7cef05
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2012-10-13 (Sat, 13 Oct 2012)

Origin message was:
------------------
- Fix daylight saving time bug in timers (backport from tuxbox-cvs)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
gixxpunk
2012-10-13 17:10:25 +02:00
committed by Jacek Jendrzej
parent d493b1155c
commit 898f7d7cdb
3 changed files with 1 additions and 3 deletions

View File

@@ -167,7 +167,6 @@ class CDateInput : public CExtendedInput
{
private:
time_t* time;
int dst;
protected:
virtual void onBeforeExec();