summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-08 00:08:21 +0000
committerlordjaxom <lordjaxom>2005-01-08 00:08:21 +0000
commitb569fcbfde12dadf78121a6526be1bfeb64d4387 (patch)
tree0a7089f6ae023c43fd24d94ca95df3d1e9afb442
parent5e1083d1299960702d3d991cd4940d41bb23ec6b (diff)
downloadvdr-plugin-text2skin-b569fcbfde12dadf78121a6526be1bfeb64d4387.tar.gz
vdr-plugin-text2skin-b569fcbfde12dadf78121a6526be1bfeb64d4387.tar.bz2
- banned cxFunction::True and cxFunction::False
-rw-r--r--xml/function.h5
1 files changed, 1 insertions, 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;