summaryrefslogtreecommitdiff
path: root/osdbase.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-05 12:42:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-05 12:42:11 +0100
commit02ae3e98d49023353cbb7f4cb5ecdf8e7182981d (patch)
treec668643236a370e0b0e12785f416d5949e1f83f0 /osdbase.h
parentbc269db4fc4319885f7629dc607d86c8b6b1d98d (diff)
downloadvdr-02ae3e98d49023353cbb7f4cb5ecdf8e7182981d.tar.gz
vdr-02ae3e98d49023353cbb7f4cb5ecdf8e7182981d.tar.bz2
Removed unused 'offset' member from cOsdItem
Diffstat (limited to 'osdbase.h')
-rw-r--r--osdbase.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/osdbase.h b/osdbase.h
index ec545ae9..4f329f59 100644
--- a/osdbase.h
+++ b/osdbase.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osdbase.h 1.12 2005/10/02 09:18:20 kls Exp $
+ * $Id: osdbase.h 1.13 2006/01/05 12:42:11 kls Exp $
*/
#ifndef __OSDBASE_H
@@ -49,7 +49,6 @@ enum eOSState { osUnknown,
class cOsdItem : public cListObject {
private:
char *text;
- int offset;
eOSState state;
bool selectable;
protected: