diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-16 12:38:48 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-16 12:38:48 +0100 |
commit | 6a93cfe0c9c71a8f12fa667fda063a74504ee0e3 (patch) | |
tree | c9229cf0cf00bddbe14ed26019aa7b385eb0dd21 /svdrp.h | |
parent | 6c7b28705ec1e69edaa6b28f2c08ad46c8afd332 (diff) | |
download | vdr-6a93cfe0c9c71a8f12fa667fda063a74504ee0e3.tar.gz vdr-6a93cfe0c9c71a8f12fa667fda063a74504ee0e3.tar.bz2 |
Removed code stub for obsolete SVDRP command MOVT
Diffstat (limited to 'svdrp.h')
-rw-r--r-- | svdrp.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: svdrp.h 2.1 2011/12/04 13:51:44 kls Exp $ + * $Id: svdrp.h 2.2 2012/02/16 12:37:53 kls Exp $ */ #ifndef __SVDRP_H @@ -71,7 +71,6 @@ private: void CmdMODC(const char *Option); void CmdMODT(const char *Option); void CmdMOVC(const char *Option); - void CmdMOVT(const char *Option); void CmdNEWC(const char *Option); void CmdNEWT(const char *Option); void CmdNEXT(const char *Option); |