summaryrefslogtreecommitdiff
path: root/displaychannel.h
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-28 14:51:21 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-29 11:51:39 +0200
commit883584db77a55610e6003303fb58b5e45bff0886 (patch)
tree1327ce7c50b00f1d2a02f582ca17b0de271ed9d3 /displaychannel.h
parent97a994ac366bd3772e3f535a767fffc3bcf1c4ba (diff)
downloadskin-lcarsng-883584db77a55610e6003303fb58b5e45bff0886.tar.gz
skin-lcarsng-883584db77a55610e6003303fb58b5e45bff0886.tar.bz2
Cleanup
Diffstat (limited to 'displaychannel.h')
-rw-r--r--displaychannel.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/displaychannel.h b/displaychannel.h
index 91db0d8..bb44585 100644
--- a/displaychannel.h
+++ b/displaychannel.h
@@ -1,26 +1,3 @@
-/*
- * skinlcars.c: A VDR skin with Star Trek's "LCARS" layout
- *
- * See the main source file 'vdr.c' for copyright information and
- * how to reach the author.
- *
- * $Id: skinlcars.c 4.1 2015/09/01 10:07:07 kls Exp $
- */
-
-#include "lcarsng.h"
-#include <vdr/font.h>
-#include <vdr/menu.h>
-#include <vdr/osd.h>
-#if APIVERSNUM > 20101
-#include <vdr/positioner.h>
-#endif
-#include <vdr/themes.h>
-#include <vdr/thread.h>
-#include <vdr/tools.h>
-#include <vdr/videodir.h>
-#include <sys/statvfs.h>
-#include <string>
-
// --- cLCARSNGDisplayChannel ----------------------------------------------
class cLCARSNGDisplayChannel : public cSkinDisplayChannel, cThread {