ecore-evas-drm: Fix misplaced #ifdef from gl_drm patch

This #ifdef does not belong here. The interface_new functions Is Still
Used for normal drm ecore_evas.

Bad Gwanglim, no cookie ;)

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-28 16:01:28 -04:00
parent 4fe1475b7f
commit 8eb9ae418b
1 changed files with 0 additions and 2 deletions

View File

@ -531,7 +531,6 @@ _ecore_evas_drm_shutdown(void)
return _ecore_evas_init_count;
}
#ifdef BUILD_ECORE_EVAS_GL_DRM
static Ecore_Evas_Interface_Drm *
_ecore_evas_drm_interface_new(void)
{
@ -549,7 +548,6 @@ _ecore_evas_drm_interface_new(void)
return iface;
}
#endif
/* local ecore_evas functions */
static void