diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/core/kconfig_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |