summaryrefslogtreecommitdiff
path: root/osdteletext.c
diff options
context:
space:
mode:
Diffstat (limited to 'osdteletext.c')
-rw-r--r--osdteletext.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/osdteletext.c b/osdteletext.c
index 642b9eb..df83018 100644
--- a/osdteletext.c
+++ b/osdteletext.c
@@ -101,14 +101,11 @@ protected:
cPluginTeletextosd::cPluginTeletextosd(void)
+ : txtStatus(0), startReceiver(true), storage(NULL), maxStorage(-1)
{
// Initialize any member variables here.
// DON'T DO ANYTHING ELSE THAT MAY HAVE SIDE EFFECTS, REQUIRE GLOBAL
// VDR OBJECTS TO EXIST OR PRODUCE ANY OUTPUT!
- txtStatus=0;
- startReceiver=true;
- storage = NULL;
- maxStorage=-1;
}
cPluginTeletextosd::~cPluginTeletextosd()