diff options
Diffstat (limited to 'displayreplay.c')
-rw-r--r-- | displayreplay.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/displayreplay.c b/displayreplay.c index 829ffff..34d95a9 100644 --- a/displayreplay.c +++ b/displayreplay.c @@ -116,10 +116,8 @@ cLCARSNGDisplayReplay::cLCARSNGDisplayReplay(bool ModeOnly):cThread("LCARS Displ cLCARSNGDisplayReplay::~cLCARSNGDisplayReplay() { -// Cancel(-1); - delete osd; Cancel(3); - cDevice::PrimaryDevice()->ScaleVideo(cRect::Null); + delete osd; } void cLCARSNGDisplayReplay::DrawDate(void) |