From d61cf24627675bdad5a9b78641d4fb1d5d390fe1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 16 Feb 2015 02:33:34 +0100 Subject: [PATCH] patch_content - cleanup --- content.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/content.c b/content.c index 53b8b5984f..4857b3ed57 100644 --- a/content.c +++ b/content.c @@ -151,8 +151,6 @@ static bool try_ips_patch(uint8_t **buf, ssize_t *size) **/ static void patch_content(uint8_t **buf, ssize_t *size) { - bool allow_ips = !g_extern.ups_pref && !g_extern.bps_pref; - if (g_extern.ups_pref + g_extern.bps_pref + g_extern.ips_pref > 1) { RARCH_WARN("Several patches are explicitly defined, ignoring all ...\n");