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

This commit is contained in:
striper
2012-10-13 17:10:25 +02:00
committed by satbaby
parent dc95ffa37c
commit 636f7cef05
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();