Merge pull request #929 from lioncash/null

menu_common: Remove unnecessary null check
This commit is contained in:
Twinaphex 2014-09-04 02:41:39 +02:00
commit 6f4af9c7f8

View File

@ -246,7 +246,7 @@ void *menu_init(const void *data)
menu_update_libretro_info(menu);
if (menu_ctx && menu_ctx->backend
if (menu_ctx->backend
&& menu_ctx->backend->shader_manager_init)
menu_ctx->backend->shader_manager_init(menu);