evas-gl-sdl: Remove need for useless free_region function

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-11-06 09:26:13 -05:00
parent c8e5614830
commit 85a9716c8f
1 changed files with 1 additions and 6 deletions

View File

@ -49,11 +49,6 @@ _outbuf_push_updated_region(Outbuf *ob EINA_UNUSED,
{
}
static void
_outbuf_free_region_for_update(Outbuf *ob EINA_UNUSED, RGBA_Image *update EINA_UNUSED)
{
}
static void
_outbuf_free(Outbuf *ob)
{
@ -289,7 +284,7 @@ eng_output_setup(void *engine, void *in, unsigned int w, unsigned int h)
NULL,
_outbuf_new_region_for_update,
_outbuf_push_updated_region,
_outbuf_free_region_for_update,
NULL,
NULL,
_outbuf_flush,
NULL,