From b569fcbfde12dadf78121a6526be1bfeb64d4387 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Sat, 8 Jan 2005 00:08:21 +0000 Subject: - banned cxFunction::True and cxFunction::False --- xml/function.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/xml/function.h b/xml/function.h index 0e0a194..8c14a48 100644 --- a/xml/function.h +++ b/xml/function.h @@ -1,5 +1,5 @@ /* - * $Id: function.h,v 1.6 2005/01/07 21:50:27 lordjaxom Exp $ + * $Id: function.h,v 1.7 2005/01/08 00:08:21 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_FUNCTION_H @@ -35,9 +35,6 @@ public: fun_le = INTERNAL + 11, }; - //static const std::string False; - //static const std::string True; - private: cxSkin *mSkin; eType mType; -- cgit v1.2.3