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