From b84a462798fccca9fe4e9a3b55e5534b623ef4ce Mon Sep 17 00:00:00 2001 From: refraction Date: Tue, 26 May 2015 00:30:12 +0100 Subject: [PATCH] Unreachable code message was annoying me. --- plugins/GSdx/GSSetting.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/GSdx/GSSetting.cpp b/plugins/GSdx/GSSetting.cpp index 04f8999266..515e629ad9 100644 --- a/plugins/GSdx/GSSetting.cpp +++ b/plugins/GSdx/GSSetting.cpp @@ -113,5 +113,4 @@ const char* dialog_message(int ID, bool* updateText) { *updateText = false; return ""; } - return ""; }