summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-04-16 13:54:16 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-04-16 13:54:16 +0200
commite3fe42608da06dcaf6932472343b3f39ea1bcea3 (patch)
tree0a0faa055443d301064e7d678972ba766329685b /remote.h
parent735093b8faef4f667e6a6c65f7290858286816e3 (diff)
downloadvdr-e3fe42608da06dcaf6932472343b3f39ea1bcea3.tar.gz
vdr-e3fe42608da06dcaf6932472343b3f39ea1bcea3.tar.bz2
Dropped dynamic repeat function
Diffstat (limited to 'remote.h')
-rw-r--r--remote.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote.h b/remote.h
index 68279291..22a80850 100644
--- a/remote.h
+++ b/remote.h
@@ -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);