libeplayer3: drop non-shared framebuffer support

This commit is contained in:
martii
2013-08-04 16:22:07 +02:00
committed by Stefan Seyfried
parent a51f79352b
commit 07709ce1cd
4 changed files with 32 additions and 102 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;