From 02ae3e98d49023353cbb7f4cb5ecdf8e7182981d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Thu, 5 Jan 2006 12:42:11 +0100 Subject: Removed unused 'offset' member from cOsdItem --- osdbase.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'osdbase.h') 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: -- cgit v1.2.3