summaryrefslogtreecommitdiff
path: root/ovgosd.c
diff options
context:
space:
mode:
Diffstat (limited to 'ovgosd.c')
-rw-r--r--ovgosd.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/ovgosd.c b/ovgosd.c
index f8de9d2..50b75bd 100644
--- a/ovgosd.c
+++ b/ovgosd.c
@@ -24,8 +24,8 @@ public:
m_mutex(0),
m_width(0),
m_height(0),
- m_pixmap(0),
m_aspect(0),
+ m_pixmap(0),
m_d(0),
m_x(0),
m_y(0),
@@ -270,9 +270,6 @@ void cOvgOsd::Flush(void)
LOCK_PIXMAPS;
while (cPixmapMemory *pm = RenderPixmaps()) {
- int w = pm->ViewPort().Width();
- int h = pm->ViewPort().Height();
- int d = w * sizeof(tColor);
m_ovg->DrawPixmap(
Left() + pm->ViewPort().X(), Top() + pm->ViewPort().Y(),
pm->ViewPort().Width(), pm->ViewPort().Height(),