evas-drm: Remove unused function prototype.
authorStefan Schmidt <s.schmidt@samsung.com>
Mon, 8 Sep 2014 13:46:13 +0000 (15:46 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 8 Sep 2014 14:21:23 +0000 (16:21 +0200)
src/modules/evas/engines/drm/evas_engine.c

index e44ba6c..0d8582f 100644 (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;