From 3d8cca2682a701cd72b92305d171b0c15c0cdf27 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 17 May 2018 16:09:53 -0400 Subject: [PATCH] DolphinQt2/Settings: Remove unimplemented IsInDevelopmentWarningEnabled() prototype The "in development" dialog was removed quite a while ago, so this is just a leftover remnant that must have been missed during said removal. --- Source/Core/DolphinQt2/Settings.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Core/DolphinQt2/Settings.h b/Source/Core/DolphinQt2/Settings.h index 183de6b36a..606f4ba9b6 100644 --- a/Source/Core/DolphinQt2/Settings.h +++ b/Source/Core/DolphinQt2/Settings.h @@ -50,7 +50,6 @@ public: void SetUserStylesEnabled(bool enabled); bool AreUserStylesEnabled() const; - bool IsInDevelopmentWarningEnabled() const; bool IsLogVisible() const; void SetLogVisible(bool visible); bool IsLogConfigVisible() const;