libeplayer3: drop non-shared framebuffer support

This commit is contained in:
martii
2013-08-04 16:22:07 +02:00
parent a9b0cee5a1
commit 5579633b0c
7 changed files with 38 additions and 109 deletions

View File

@@ -119,8 +119,6 @@ typedef struct
unsigned int screen_height;
unsigned int destStride;
int shareFramebuffer;
int framebufferFD;
void (*framebufferBlit)(void);
} SubtitleOutputDef_t;