diff options
author | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-14 20:41:54 +0100 |
---|---|---|
committer | Tobias Grimm <tobias@e-tobi.loc> | 2008-12-14 20:41:54 +0100 |
commit | 5040abda4503ce734b1167ed9f9593a71d1b7cfb (patch) | |
tree | 58519940f4890d66067883b1d420047f9006e7b4 | |
parent | cc003a5bb262757c2d65e5ebfaa573f53621485b (diff) | |
download | vdr-plugin-ttxtsubs-5040abda4503ce734b1167ed9f9593a71d1b7cfb.tar.gz vdr-plugin-ttxtsubs-5040abda4503ce734b1167ed9f9593a71d1b7cfb.tar.bz2 |
removed empty ttxtsubs.h
-rw-r--r-- | ttxtsubs.c | 1 | ||||
-rw-r--r-- | ttxtsubs.h | 1 | ||||
-rw-r--r-- | ttxtsubsdisplayer.c | 1 | ||||
-rw-r--r-- | ttxtsubspagemenu.h | 1 | ||||
-rw-r--r-- | ttxtsubsrecorder.c | 1 |
5 files changed, 0 insertions, 5 deletions
@@ -31,7 +31,6 @@ #include "ttxtsubsrecorder.h" #include "utils.h" #include "siinfo.h" -#include "ttxtsubs.h" #include "ttxtsubspagemenu.h" #include "ttxtsubschannelsettings.h" diff --git a/ttxtsubs.h b/ttxtsubs.h deleted file mode 100644 index 8b13789..0000000 --- a/ttxtsubs.h +++ /dev/null @@ -1 +0,0 @@ - diff --git a/ttxtsubsdisplayer.c b/ttxtsubsdisplayer.c index 402806c..f733c85 100644 --- a/ttxtsubsdisplayer.c +++ b/ttxtsubsdisplayer.c @@ -2,7 +2,6 @@ #include "ttxtsubsdisplayer.h" #include "ttxtsubsdisplay.h" #include "utils.h" -#include "ttxtsubs.h" #include "siinfo.h" #include "ttxtsubsglobals.h" diff --git a/ttxtsubspagemenu.h b/ttxtsubspagemenu.h index e71dced..e7945b9 100644 --- a/ttxtsubspagemenu.h +++ b/ttxtsubspagemenu.h @@ -4,7 +4,6 @@ #include <vdr/config.h> #include <vdr/osd.h> #include <vdr/channels.h> -#include "ttxtsubs.h" #include "ttxtsubschannelsettings.h" class cTtxtsubsPageMenu : public cOsdMenu diff --git a/ttxtsubsrecorder.c b/ttxtsubsrecorder.c index 41ddb1a..3c5f035 100644 --- a/ttxtsubsrecorder.c +++ b/ttxtsubsrecorder.c @@ -12,7 +12,6 @@ #include "ttxtsubsfilter.h" #include "ttxtsubsrecorder.h" #include "ttxtsubsreceiver.h" -#include "ttxtsubs.h" #include "teletext.h" #define MAXPACKETSIZE 20000 |