diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-11-12 17:22:13 +0100 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-11-12 17:22:13 +0100 |
| commit | e2b8dc50f54ce91a6c5c26a4b5c798fd94b488e3 (patch) | |
| tree | 8c60e111d365f057e566776a7e8e4afc8239c171 /tvonscreen.cpp | |
| parent | 94dd6f768ab19fa3af4ff2a9b72a6c18951e7601 (diff) | |
| download | vdr-plugin-tvonscreen-e2b8dc50f54ce91a6c5c26a4b5c798fd94b488e3.tar.gz vdr-plugin-tvonscreen-e2b8dc50f54ce91a6c5c26a4b5c798fd94b488e3.tar.bz2 | |
Dropped XLFont option, code cleanup
Diffstat (limited to 'tvonscreen.cpp')
| -rw-r--r-- | tvonscreen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvonscreen.cpp b/tvonscreen.cpp index 35cd102..3c43bdf 100644 --- a/tvonscreen.cpp +++ b/tvonscreen.cpp @@ -105,4 +105,4 @@ bool cPluginTvOnscreen::SetupParse(const char *Name, const char *Value) return tvonscreenCfg.SetupParse(Name,Value); } -VDRPLUGINCREATOR(cPluginTvOnscreen); // Don't touch this! +VDRPLUGINCREATOR(cPluginTvOnscreen) // Don't touch this!
\ No newline at end of file |
