summaryrefslogtreecommitdiff
path: root/plugins/FTPFileYM/src/mir_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FTPFileYM/src/mir_db.h')
-rw-r--r--plugins/FTPFileYM/src/mir_db.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/FTPFileYM/src/mir_db.h b/plugins/FTPFileYM/src/mir_db.h
index 84f81b82bb..d46b16fb06 100644
--- a/plugins/FTPFileYM/src/mir_db.h
+++ b/plugins/FTPFileYM/src/mir_db.h
@@ -40,8 +40,5 @@ public:
static int getString(HANDLE hContact, char *szModule, char *szSetting, TCHAR *buff);
static int getStringF(HANDLE hContact, char *szModule, char *szSetting, int id, TCHAR *buff);
- static int setCryptedString(HANDLE hContact, char *szModule, char *szSetting, char *szValue);
- static int getCryptedString(HANDLE hContact, char *szModule, char *szSetting, char *szValue);
-
static int deleteSettingF(HANDLE hContact, char *szModule, char *szSetting, int id);
};