eglfs: Remove unused variable on raspi
Change-Id: I34749533e4279d151c8954f29a4fc7635e007b19 Reviewed-by: Andy Nichols <andy.nichols@digia.com>bb10
parent
84756d94c7
commit
8c3e0953a4
|
|
@ -106,12 +106,6 @@ static void moveDispmanxLayer(EGLNativeWindowType window, const QPoint &pos)
|
|||
dst_rect.width = size.width();
|
||||
dst_rect.height = size.height();
|
||||
|
||||
VC_RECT_T src_rect;
|
||||
src_rect.x = 0;
|
||||
src_rect.y = 0;
|
||||
src_rect.width = size.width() << 16;
|
||||
src_rect.height = size.height() << 16;
|
||||
|
||||
DISPMANX_UPDATE_HANDLE_T dispman_update = vc_dispmanx_update_start(0);
|
||||
vc_dispmanx_element_change_attributes(dispman_update,
|
||||
eglWindow->element,
|
||||
|
|
|
|||
Loading…
Reference in New Issue