diff options
author | Jochen Dolze <vdr@dolze.de> | 2012-05-17 12:48:45 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2012-05-17 12:48:45 +0200 |
commit | f71889cd4de662eb29d706f8659e86d13a076fd2 (patch) | |
tree | f2f40415b05ebfaf18c3d39c16796f4b0eab0c21 /command/video.h | |
parent | 0942647e18e14cfd5f1ab651da0660618490d834 (diff) | |
download | vdr-plugin-markad-f71889cd4de662eb29d706f8659e86d13a076fd2.tar.gz vdr-plugin-markad-f71889cd4de662eb29d706f8659e86d13a076fd2.tar.bz2 |
Fixed warnings from cppcheck
Added setup menu entry to prevent deferred shutdown
Added many logos from contributors
Diffstat (limited to 'command/video.h')
-rw-r--r-- | command/video.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/command/video.h b/command/video.h index f4abbec..74f866e 100644 --- a/command/video.h +++ b/command/video.h @@ -114,7 +114,6 @@ private: bool valid[4]; // logo mask valid? } area; - int G[5][5]; int GX[3][3]; int GY[3][3]; |