summaryrefslogtreecommitdiff
path: root/inputmethods/dasher/SettingsStore.cpp
Unidiff
Diffstat (limited to 'inputmethods/dasher/SettingsStore.cpp') (more/less context) (show whitespace changes)
-rw-r--r--inputmethods/dasher/SettingsStore.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/inputmethods/dasher/SettingsStore.cpp b/inputmethods/dasher/SettingsStore.cpp
index c5bbfea..f7661bd 100644
--- a/inputmethods/dasher/SettingsStore.cpp
+++ b/inputmethods/dasher/SettingsStore.cpp
@@ -104,3 +104,3 @@ functions are over-ridden.
104 104
105bool CSettingsStore::LoadSetting(const string& Key, bool* Value) 105bool CSettingsStore::LoadSetting(const string& , bool* )
106{ 106{
@@ -110,3 +110,3 @@ bool CSettingsStore::LoadSetting(const string& Key, bool* Value)
110 110
111bool CSettingsStore::LoadSetting(const string& Key, long* Value) 111bool CSettingsStore::LoadSetting(const string& , long* )
112{ 112{
@@ -116,3 +116,3 @@ bool CSettingsStore::LoadSetting(const string& Key, long* Value)
116 116
117bool CSettingsStore::LoadSetting(const string& Key, string* Value) 117bool CSettingsStore::LoadSetting(const string& , string* )
118{ 118{
@@ -122,3 +122,3 @@ bool CSettingsStore::LoadSetting(const string& Key, string* Value)
122 122
123void CSettingsStore::SaveSetting(const string& Key, bool Value) 123void CSettingsStore::SaveSetting(const string& , bool )
124{ 124{
@@ -127,3 +127,3 @@ void CSettingsStore::SaveSetting(const string& Key, bool Value)
127 127
128void CSettingsStore::SaveSetting(const string& Key, long Value) 128void CSettingsStore::SaveSetting(const string& , long )
129{ 129{
@@ -132,3 +132,3 @@ void CSettingsStore::SaveSetting(const string& Key, long Value)
132 132
133void CSettingsStore::SaveSetting(const string& Key, const string& Value) 133void CSettingsStore::SaveSetting(const string& , const string& )
134{ 134{