diff libvo/vo_fbdev2.c @ 36517:5d3f93051de9

Remove empty draw_slice and draw_frame stubs. Long term, draw_frame should be removed completely.
author reimar
date Sat, 18 Jan 2014 21:39:07 +0000
parents 37a527d635ef
children 598ef7d90b78
line wrap: on
line diff
--- a/libvo/vo_fbdev2.c	Sat Jan 18 20:41:46 2014 +0000
+++ b/libvo/vo_fbdev2.c	Sat Jan 18 21:39:07 2014 +0000
@@ -32,6 +32,7 @@
 
 #include "config.h"
 #include "video_out.h"
+#define NO_DRAW_FRAME
 #include "video_out_internal.h"
 #include "fastmemcpy.h"
 #include "sub/sub.h"
@@ -371,9 +372,6 @@
 	vo_draw_text(in_width, in_height, draw_alpha);
 }
 
-// all csp support stride
-static int draw_frame(uint8_t *src[]) { return 1; }
-
 static int draw_slice(uint8_t *src[], int stride[], int w, int h, int x, int y)
 {
 	uint8_t *in = src[0];