From 336a805a5af797fe08862f1081472a8e455df8c4 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Sun, 27 May 2012 18:33:35 +0200 Subject: [PATCH] (PS3) Got rid of warning ps3_video_psgl.c --- ps3/ps3_video_psgl.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ps3/ps3_video_psgl.c b/ps3/ps3_video_psgl.c index a5fad43c71..338b884d62 100644 --- a/ps3/ps3_video_psgl.c +++ b/ps3/ps3_video_psgl.c @@ -164,18 +164,12 @@ static bool gl_shader_init(void) #ifdef HAVE_CG case RARCH_SHADER_CG: - { return gl_cg_init(g_settings.video.cg_shader_path); - break; - } #endif #ifdef HAVE_XML case RARCH_SHADER_BSNES: - { return gl_glsl_init(g_settings.video.bsnes_shader_path); - break; - } #endif default: