evas-drm: Remove unused function prototype.

This commit is contained in:
Stefan Schmidt 2014-09-08 15:46:13 +02:00
parent 7786b96359
commit fd1b0053d7
1 changed files with 0 additions and 3 deletions

View File

@ -10,9 +10,6 @@ struct _Render_Engine
Evas_Engine_Info_Drm *info;
};
/* local function prototypes */
static void *_output_setup(Evas_Engine_Info_Drm *info, int w, int h);
/* function tables - filled in later (func and parent func) */
static Evas_Func func, pfunc;