summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-23 12:32:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-23 12:32:12 +0000
commit8788bb35e10ef5403a08388d33ed4ab2ff7d67df (patch)
treeb79e5efbfb02418b1276442a59e7722252cf39c8 /include
parent05ccb4dcd0b507fb000426667ed3f25c0b93db2b (diff)
new helper applied instead of MS_DB_SETSETTINGRESIDENT
git-svn-id: http://svn.miranda-ng.org/main/trunk@5094 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_database.inc7
-rw-r--r--include/m_database.h7
2 files changed, 0 insertions, 14 deletions
diff --git a/include/delphi/m_database.inc b/include/delphi/m_database.inc
index eda633e728..4876451e3a 100644
--- a/include/delphi/m_database.inc
+++ b/include/delphi/m_database.inc
@@ -669,11 +669,4 @@ const
}
ME_DB_CONTACT_SETTINGCHANGED:PAnsiChar = 'DB/Contact/SettingChanged';
- { DB/Contact/SetSettingResident service (0.6+)
- Disables a setting saving to the database.
- wParam=(WPARAM)(BOOL)bIsResident
- lParam=(LPARAM)(AnsiChar*)pszSettingName
- }
- MS_DB_SETSETTINGRESIDENT:PAnsiChar = 'DB/SetSettingResident';
-
{$ENDIF}
diff --git a/include/m_database.h b/include/m_database.h
index 12a1c92ad3..a050bb2fb2 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -819,13 +819,6 @@ don't change any of the members.
*/
#define ME_DB_CONTACT_SETTINGCHANGED "DB/Contact/SettingChanged"
-/* DB/Contact/SetSettingResident service (0.6+)
-Disables a setting saving to the database.
- wParam = (WPARAM)(BOOL)bIsResident
- lParam = (LPARAM)(char*)pszSettingName
-*/
-#define MS_DB_SETSETTINGRESIDENT "DB/SetSettingResident"
-
/******************************************************************/
/********************* SETTINGS HELPER FUNCTIONS ******************/
/******************************************************************/