From 1eadb9fcabf0b945e8736f8d723faf6f672b4004 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 13 Apr 2013 09:16:23 +0200 Subject: [PATCH] Cleanups --- gfx/context/ps3_ctx.c | 8 -------- gfx/context/xdk_ctx.c | 1 - settings.c | 1 - 3 files changed, 10 deletions(-) diff --git a/gfx/context/ps3_ctx.c b/gfx/context/ps3_ctx.c index 892c845a43..a9e02ddf3b 100644 --- a/gfx/context/ps3_ctx.c +++ b/gfx/context/ps3_ctx.c @@ -40,14 +40,6 @@ #include "../gfx_context.h" #include "../fonts/gl_font.h" -#ifdef HAVE_GLSL -#include "../shader_glsl.h" -#endif - -#ifdef HAVE_CG -#include "../shader_cg.h" -#endif - #if defined(HAVE_PSGL) static PSGLdevice* gl_device; static PSGLcontext* gl_context; diff --git a/gfx/context/xdk_ctx.c b/gfx/context/xdk_ctx.c index 791d99acc2..99592552cc 100644 --- a/gfx/context/xdk_ctx.c +++ b/gfx/context/xdk_ctx.c @@ -198,7 +198,6 @@ static bool gfx_ctx_xdk_init(void) static bool gfx_ctx_xdk_set_video_mode( unsigned width, unsigned height, bool fullscreen) { - /* TODO: implement */ return true; } diff --git a/settings.c b/settings.c index 50077b3134..a2af55930e 100644 --- a/settings.c +++ b/settings.c @@ -471,7 +471,6 @@ bool config_load_file(const char *path) bool throttle_enable = false; bool triple_buffering_enable = false; bool custom_bgm_enable = false; - bool screenshots_enable = false; bool flicker_filter_enable = false; bool soft_filter_enable = false; bool sram_dir_enable = false;