diff options
author | lado <herrlado@gmail.com> | 2012-05-02 00:00:02 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-05-02 00:00:02 +0200 |
commit | 14b306835291f7213776b5fc38898e4d33b3916c (patch) | |
tree | 53006d19405dd2e157e7ab94a1ad9f1b4c636b9b /vdr-vdrmanager/helpers.h | |
parent | a9625747723a19a50a11117c14d1498d6a7600b8 (diff) | |
download | vdr-manager-14b306835291f7213776b5fc38898e4d33b3916c.tar.gz vdr-manager-14b306835291f7213776b5fc38898e4d33b3916c.tar.bz2 |
reverted 1.7.17 patch
Diffstat (limited to 'vdr-vdrmanager/helpers.h')
-rw-r--r-- | vdr-vdrmanager/helpers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h index e006d96..71c3e6e 100644 --- a/vdr-vdrmanager/helpers.h +++ b/vdr-vdrmanager/helpers.h @@ -63,5 +63,4 @@ private: static string ConvertWeekdays(int v); static int ConvertWeekdays(string v); static queue<int> ConvertToBinary(int v); - }; |