diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-16 13:54:16 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-04-16 13:54:16 +0200 |
commit | e3fe42608da06dcaf6932472343b3f39ea1bcea3 (patch) | |
tree | 0a0faa055443d301064e7d678972ba766329685b /remote.h | |
parent | 735093b8faef4f667e6a6c65f7290858286816e3 (diff) | |
download | vdr-e3fe42608da06dcaf6932472343b3f39ea1bcea3.tar.gz vdr-e3fe42608da06dcaf6932472343b3f39ea1bcea3.tar.bz2 |
Dropped dynamic repeat function
Diffstat (limited to 'remote.h')
-rw-r--r-- | remote.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'osm.c' for copyright information and * how to reach the author. * - * $Id: remote.h 1.1 2000/02/19 13:36:48 kls Exp $ + * $Id: remote.h 1.2 2000/04/16 13:53:50 kls Exp $ */ #ifndef __REMOTE_H @@ -19,7 +19,7 @@ private: unsigned char dp, code, mode; unsigned short address; time_t t; - int firstTime, lastTime, minDelta; + int firstTime, lastTime; unsigned int lastCommand; bool SendCommand(unsigned char Cmd); int ReceiveByte(bool Wait = true); |