summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorFrank Neumann <fnu@yavdr.org>2017-07-02 12:15:01 +0200
committerFrank Neumann <fnu@yavdr.org>2017-07-02 12:17:25 +0200
commit8f7954da2488ced734c30e7c2704b92a44e6e1ad (patch)
tree7ff627dd39359b94e95165ed03caf373f8838d85 /setup.h
parent2dc242d7aefb6ad68e65b548530eb52b7e981e9f (diff)
downloadvdr-plugin-text2skin-master.tar.gz
vdr-plugin-text2skin-master.tar.bz2
Make DIRECTBLIT default to get rid of deprecated GetBitmap.HEADmaster
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.h b/setup.h
index 3918e55..9ba9169 100644
--- a/setup.h
+++ b/setup.h
@@ -20,7 +20,6 @@ public:
int MaxCacheFill;
int MaxChars;
int TabWidth;
- int SupportOldSkins;
};
extern cText2SkinSetup Text2SkinSetup;