summaryrefslogtreecommitdiffstats
path: root/libvo/spuenc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/spuenc.h')
-rw-r--r--libvo/spuenc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libvo/spuenc.h b/libvo/spuenc.h
index 7f4590b4ac..39b999b2d8 100644
--- a/libvo/spuenc.h
+++ b/libvo/spuenc.h
@@ -26,13 +26,6 @@
#include <stdlib.h>
#define DATASIZE 53220
-
-typedef struct {
- int x, y;
- unsigned int rgb[4];
- unsigned char* pixels;
-} pixbuf;
-
typedef struct {
unsigned char data[DATASIZE];
int count; /* the count of bytes written */