# HG changeset patch # User Thinker K.F. Li # Date 1278306917 -28800 # Node ID 287db640078d609d8a5937233f498e5b89212a18 # Parent 6c74bc371e37c583b08e6287737300f9bb5205cf Remove the line that should be removed by ac2e6468a22a diff -r 6c74bc371e37 -r 287db640078d include/mb_graph_engine_skia.h --- a/include/mb_graph_engine_skia.h Mon Jul 05 10:56:23 2010 +0800 +++ b/include/mb_graph_engine_skia.h Mon Jul 05 13:15:17 2010 +0800 @@ -49,7 +49,6 @@ extern int mbe_image_surface_get_height(mbe_surface_t *surface); extern int mbe_image_surface_get_width(mbe_surface_t *surface); extern unsigned char *mbe_image_surface_get_data(mbe_surface_t *surface); -extern mbe_surface_t * extern mb_img_fmt_t mbe_image_surface_get_format(mbe_surface_t *surface); extern mbe_surface_t * mbe_image_surface_create(mb_img_fmt_t fmt, int width, int height);