evas-drm: Remove private framebuffer field from Outbuf structure

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-03-10 10:51:21 +00:00
parent c403035e1d
commit 005169d775
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ struct _Outbuf
struct
{
int fd;
unsigned int conn, crtc, fb;
unsigned int conn, crtc;
Buffer buffer[NUM_BUFFERS];
int curr, num;