Mercurial > MadButterfly
changeset 609:287db640078d openvg
Remove the line that should be removed by ac2e6468a22a
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Mon, 05 Jul 2010 13:15:17 +0800 |
parents | 6c74bc371e37 |
children | e78bff7d23d3 |
files | include/mb_graph_engine_skia.h |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);