summaryrefslogtreecommitdiff
path: root/displaymenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'displaymenu.h')
-rw-r--r--displaymenu.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/displaymenu.h b/displaymenu.h
index d416d14..147bd04 100644
--- a/displaymenu.h
+++ b/displaymenu.h
@@ -1,42 +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 $
- */
-
-// "Star Trek: The Next Generation"(R) is a registered trademark of Paramount Pictures,
-// registered in the United States Patent and Trademark Office, all rights reserved.
-// The LCARS system is based upon the designs of Michael Okuda and his Okudagrams.
-//
-// "LCARS" is short for "Library Computer Access and Retrieval System".
-// Some resources used for writing this skin can be found at
-// http://www.lcars.org.uk
-// http://www.lcarsdeveloper.com
-// http://www.lcarscom.net
-// http://lds-jedi.deviantart.com/art/LCARS-Swept-Tutorial-213936938
-// http://lds-jedi.deviantart.com/art/LCARS-Button-Tutorial-210783437
-// http://zelldenver.deviantart.com/art/LCARS-Color-Standard-179565780
-// http://www.lcars47.com
-// http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html
-// http://www.bracercom.com/tutorial/content/lcars_manifesto/the_lcars_manifesto.html
-
-#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>
-
// --- cLCARSNGDisplayMenu -------------------------------------------------
class cLCARSNGDisplayMenu : public cSkinDisplayMenu {