From df3440f328405623de927595b4555e06600d5626 Mon Sep 17 00:00:00 2001 From: Matthew Dawson Date: Tue, 29 Dec 2015 00:19:21 -0500 Subject: Remove unused variable in KConfigPrivate This seems to be left over from KDE 3.5 times, and isn't referenced anywhere in the code. Since its a private header, just remove. Found by Coverity, issue 1175531. REVIEW: 126555 --- src/core/kconfig_p.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/core/kconfig_p.h b/src/core/kconfig_p.h index b93c8167..4b5b7e3c 100644 --- a/src/core/kconfig_p.h +++ b/src/core/kconfig_p.h @@ -75,7 +75,6 @@ protected: bool bDynamicBackend: 1; // do we own the backend? private: bool bDirty: 1; - bool bLocaleInitialized: 1; bool bReadDefaults: 1; bool bFileImmutable: 1; bool bForceGlobal: 1; -- cgit v1.2.1