From 486e71117328eb6a3b9a889672ffbb33b749dbf5 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Mon, 20 Dec 2004 23:58:40 +0000 Subject: WinCE global domains are not needed anymore svn-id: r16219 --- common/config-manager.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common') diff --git a/common/config-manager.cpp b/common/config-manager.cpp index bdd0fe210d..33bb1cdfef 100644 --- a/common/config-manager.cpp +++ b/common/config-manager.cpp @@ -90,11 +90,6 @@ void ConfigManager::switchFile(const String &filename) { // Ensure the global domain(s) are setup. _globalDomains.addKey(kApplicationDomain); -#ifdef _WIN32_WCE - // WinCE for some reasons uses additional global domains. - _globalDomains.addKey("wince"); - _globalDomains.addKey("smartfon-keys"); -#endif _filename = filename; _domainSaveOrder.clear(); -- cgit v1.2.3