Merge pull request #6886 from lioncash/dqt

DolphinQt2/Settings: Remove unimplemented IsInDevelopmentWarningEnabled() prototype
This commit is contained in:
Tilka 2018-05-17 21:33:37 +01:00 committed by GitHub
commit 6ef7578321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,6 @@ public:
void SetUserStylesEnabled(bool enabled); void SetUserStylesEnabled(bool enabled);
bool AreUserStylesEnabled() const; bool AreUserStylesEnabled() const;
bool IsInDevelopmentWarningEnabled() const;
bool IsLogVisible() const; bool IsLogVisible() const;
void SetLogVisible(bool visible); void SetLogVisible(bool visible);
bool IsLogConfigVisible() const; bool IsLogConfigVisible() const;