From a4d70c43a9d2de6b81bd75cae9dcbd9599acc40c Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Mon, 31 Jan 2005 14:39:23 +0000 Subject: - removed unnecessary code and variables --- xml/type.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/xml/type.h b/xml/type.h index 85e4527..e37d99d 100644 --- a/xml/type.h +++ b/xml/type.h @@ -1,5 +1,5 @@ /* - * $Id: type.h,v 1.6 2005/01/23 19:43:28 lordjaxom Exp $ + * $Id: type.h,v 1.7 2005/01/31 14:39:23 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_XML_TYPE_H @@ -23,7 +23,6 @@ private: eType mType; std::string mString; int mNumber; - bool mCache; uint mUpdateIn; public: @@ -35,7 +34,6 @@ public: cxType(bool Value): mType(boolean), mNumber(Value ? 1 : 0), mUpdateIn(0) {} std::string String(void) const; - //std::string String(void); int Number(void) const { return mType == number ? mNumber : atoi(mString.c_str()); } void SetUpdate(uint UpdateIn) { mUpdateIn = UpdateIn; } -- cgit v1.2.3