summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_database.inc7
1 files changed, 0 insertions, 7 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}