summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ovgosd.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ovgosd.c b/ovgosd.c
index a71810c..c3e6825 100644
--- a/ovgosd.c
+++ b/ovgosd.c
@@ -766,9 +766,6 @@ public:
virtual bool Execute(cEgl *egl)
{
- if (!m_target->MakeCurrent(egl))
- return false;
-
m_target->image = vgCreateImage(VG_sARGB_8888, m_target->width,
m_target->height, VG_IMAGE_QUALITY_BETTER);