diff options
Diffstat (limited to 'plugins/FTPFileYM/src/mir_db.h')
-rw-r--r-- | plugins/FTPFileYM/src/mir_db.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/FTPFileYM/src/mir_db.h b/plugins/FTPFileYM/src/mir_db.h index 750f6c6b8a..bc92bd1e15 100644 --- a/plugins/FTPFileYM/src/mir_db.h +++ b/plugins/FTPFileYM/src/mir_db.h @@ -34,11 +34,5 @@ public: static int getWordF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1);
static int getDwordF(MCONTACT hContact, char *szModule, char *szSetting, int id, int iErrorValue = -1);
- // !!!!!!!!!!!!!!!!!!! dangerous as hell
- static int getAString(MCONTACT hContact, char *szModule, char *szSetting, char *buff);
- static int getAStringF(MCONTACT hContact, char *szModule, char *szSetting, int id, char *buff);
- static int getString(MCONTACT hContact, char *szModule, char *szSetting, wchar_t *buff);
- static int getStringF(MCONTACT hContact, char *szModule, char *szSetting, int id, wchar_t *buff);
-
static int deleteSettingF(MCONTACT hContact, char *szModule, char *szSetting, int id);
};
|