hostsupport/hostopenvg/src/sfEGLInterface.cpp
branchbug235_bringup_0
changeset 69 3f914c77c2e9
parent 56 40cc73c24bf8
--- a/hostsupport/hostopenvg/src/sfEGLInterface.cpp	Tue Oct 26 14:14:43 2010 +0100
+++ b/hostsupport/hostopenvg/src/sfEGLInterface.cpp	Mon Nov 01 18:10:32 2010 +0000
@@ -182,8 +182,6 @@
 
     int w = desc->m_width;
     int h = desc->m_height;
-    int stride = OpenVGRI::Image::descriptorToStride(vgColorDescriptor, w);
-    size_t bufSize = h * stride;
 
     OpenVGRI::RIuint8* dataPtr = NULL;