evas gl - fix undefined return added from coverity fixing

This commit is contained in:
Carsten Haitzler 2014-08-16 12:40:42 +09:00
parent ac4074c4fa
commit 401d788bd6
1 changed files with 1 additions and 3 deletions

View File

@ -401,10 +401,8 @@ evgl_eng_window_surface_create(void *data, void *native_window EINA_UNUSED)
return (void *)surface;
*/
// handled by EINA_UNUSED above
// return (void*)native_window;
return (void *)native_window;
#endif
}
static int