From 883584db77a55610e6003303fb58b5e45bff0886 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sat, 28 Mar 2020 14:51:21 +0100 Subject: Cleanup --- lcarsng.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'lcarsng.h') diff --git a/lcarsng.h b/lcarsng.h index cbbc9b9..047e64e 100644 --- a/lcarsng.h +++ b/lcarsng.h @@ -1,12 +1,3 @@ -/* - * skinlcars.h: 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.h 3.0 2012/04/15 13:17:35 kls Exp $ - */ - #ifndef __SKINLCARS_H #define __SKINLCARS_H @@ -57,7 +48,6 @@ #include "symbols/volume.xpm" #define Gap (Setup.FontOsdSize / 5 & ~1) // must be even -//#define Margin (Gap / 2) #define TextFrame (Setup.FontOsdSize / TEXT_ALIGN_BORDER) #define TextSpacing (2 * TextFrame) #define SymbolSpacing TextSpacing @@ -68,8 +58,7 @@ #define DISKUSAGEALERTLIMIT 95 // percent of disk usage above which the display goes into alert mode #define SIGNALDISPLAYDELTA 2 // seconds between subsequent device signal displays -//extern cTheme Theme; -cTheme Theme; +extern cTheme Theme; // Color domains: -- cgit v1.2.3