diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-03-28 14:51:21 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2020-03-29 11:51:39 +0200 |
commit | 883584db77a55610e6003303fb58b5e45bff0886 (patch) | |
tree | 1327ce7c50b00f1d2a02f582ca17b0de271ed9d3 /lcarsng.c | |
parent | 97a994ac366bd3772e3f535a767fffc3bcf1c4ba (diff) | |
download | skin-lcarsng-883584db77a55610e6003303fb58b5e45bff0886.tar.gz skin-lcarsng-883584db77a55610e6003303fb58b5e45bff0886.tar.bz2 |
Cleanup
Diffstat (limited to 'lcarsng.c')
-rw-r--r-- | lcarsng.c | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -31,20 +31,8 @@ #include "displayreplay.h" #include "displaytracks.h" #include "displayvolume.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> -//cTheme Theme; +cTheme Theme; bool TwoColors = false; |