From f5f6a0feabe56d37c7228aebbec83f93d03c6bc9 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 28 Dec 2004 02:03:00 +0000 Subject: - first try to enable marquees and blinks in menu items --- xml/object.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'xml/object.h') diff --git a/xml/object.h b/xml/object.h index b7bd46c..678048b 100644 --- a/xml/object.h +++ b/xml/object.h @@ -1,5 +1,5 @@ /* - * $Id: object.h,v 1.2 2004/12/28 01:24:35 lordjaxom Exp $ + * $Id: object.h,v 1.3 2004/12/28 02:03:00 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_OBJECT_H @@ -129,14 +129,6 @@ public: const cxObject *GetObject(uint Index) const; }; -inline void cxObject::SetListIndex(uint Index, int Tab) -{ - mText.SetListIndex(Index, Tab); - mPath.SetListIndex(Index, Tab); - if (mCondition != NULL) - mCondition->SetListIndex(Index, Tab); -} - class cxObjects: public std::vector { public: cxObjects(void); -- cgit v1.2.3