summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-25 15:00:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-25 15:00:09 +0100
commit8650649b18444ad79c558fc7ac2b464e074e747e (patch)
tree9dca02513ab436f769b8143afd08771a214c18d0 /menu.c
parentc6318930665abff001efe91569972d60479ef521 (diff)
downloadvdr-8650649b18444ad79c558fc7ac2b464e074e747e.tar.gz
vdr-8650649b18444ad79c558fc7ac2b464e074e747e.tar.bz2
Removed leftover cMenuTimers::Move()
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/menu.c b/menu.c
index 75de28f5..ecc5225f 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c 1.420 2006/02/25 14:39:29 kls Exp $
+ * $Id: menu.c 1.421 2006/02/25 15:00:09 kls Exp $
*/
#include "menu.h"
@@ -773,7 +773,6 @@ private:
eOSState New(void);
eOSState Delete(void);
eOSState OnOff(void);
- virtual void Move(int From, int To);
eOSState Info(void);
cTimer *CurrentTimer(void);
void SetHelpKeys(void);
@@ -879,15 +878,6 @@ eOSState cMenuTimers::Delete(void)
return osContinue;
}
-void cMenuTimers::Move(int From, int To)
-{
- Timers.Move(From, To);
- cOsdMenu::Move(From, To);
- Timers.SetModified();
- Display();
- isyslog("timer %d moved to %d", From + 1, To + 1);
-}
-
eOSState cMenuTimers::Info(void)
{
if (HasSubMenu() || Count() == 0)