menu_common: Remove unnecessary null check

This commit is contained in:
Lioncash 2014-09-03 20:07:28 -04:00
parent c5ebf22bfc
commit 49d6d34f27

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);