diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-18 16:58:43 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-07-19 11:38:07 +0200 |
commit | 0d3dd79585dcf92efb2de7707835fb5256917f3a (patch) | |
tree | 4ebe6ca2088ec915aa1e9422835fcc760db538bb /recmenuitem.h | |
parent | 7f8ac2a2a81c506fcd9c10af6ee7128a337dfa15 (diff) | |
download | vdr-plugin-tvguide-0d3dd79585dcf92efb2de7707835fb5256917f3a.tar.gz vdr-plugin-tvguide-0d3dd79585dcf92efb2de7707835fb5256917f3a.tar.bz2 |
Rework cRecMenuItemInt
Diffstat (limited to 'recmenuitem.h')
-rw-r--r-- | recmenuitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recmenuitem.h b/recmenuitem.h index 4c5e2ad..c411bbf 100644 --- a/recmenuitem.h +++ b/recmenuitem.h @@ -199,7 +199,6 @@ private: void DrawValue(void); public: cRecMenuItemInt(cString text, - int initialVal, int minVal, int maxVal, bool active = false, |