diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-02-08 13:00:39 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-02-08 13:00:39 +0100 |
commit | e5fde77e56743cd2e7ad816d7d0008189928858c (patch) | |
tree | 193253777ebdcc3a95d5d7578c1e47538692a196 /dvbspu.h | |
parent | bfb9c8fddd0cf8a7c35271d58a37da4444e8fecc (diff) | |
download | vdr-e5fde77e56743cd2e7ad816d7d0008189928858c.tar.gz vdr-e5fde77e56743cd2e7ad816d7d0008189928858c.tar.bz2 |
Fixed some compiler warnings with Clang 3.4.1
Diffstat (limited to 'dvbspu.h')
-rw-r--r-- | dvbspu.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,7 @@ * * parts of this file are derived from the OMS program. * - * $Id: dvbspu.h 2.6 2013/01/20 10:15:47 kls Exp $ + * $Id: dvbspu.h 3.1 2014/02/08 12:27:34 kls Exp $ */ #ifndef __DVBSPU_H @@ -101,7 +101,6 @@ class cDvbSpuDecoder:public cSpuDecoder { uint8_t *spu; uint32_t spupts; bool clean; - bool ready; bool restricted_osd; enum spFlag { spNONE, spHIDE, spSHOW, spMENU }; |