diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-22 15:25:31 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-22 15:25:31 +0100 |
commit | ce94ced9d3b9a5f436c7d44ef9ddc6db0db6e6d7 (patch) | |
tree | 08589f69c484ec1879124427a838b60ba2229f40 /skinclassic.c | |
parent | b5fefa2f9e2d9ec9199b6ee7bbca05b6a4e1b4c7 (diff) | |
download | vdr-ce94ced9d3b9a5f436c7d44ef9ddc6db0db6e6d7.tar.gz vdr-ce94ced9d3b9a5f436c7d44ef9ddc6db0db6e6d7.tar.bz2 |
Removed consecutive empty lines
Diffstat (limited to 'skinclassic.c')
-rw-r--r-- | skinclassic.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/skinclassic.c b/skinclassic.c index 9aac095c..bbf36766 100644 --- a/skinclassic.c +++ b/skinclassic.c @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: skinclassic.c 2.8 2012/09/09 11:39:06 kls Exp $ + * $Id: skinclassic.c 2.9 2013/02/22 15:25:31 kls Exp $ */ #include "skinclassic.h" @@ -773,7 +773,6 @@ cSkinDisplayVolume *cSkinClassic::DisplayVolume(void) return new cSkinClassicDisplayVolume; } - cSkinDisplayTracks *cSkinClassic::DisplayTracks(const char *Title, int NumTracks, const char * const *Tracks) { return new cSkinClassicDisplayTracks(Title, NumTracks, Tracks); |