diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-26 14:19:22 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-26 14:19:22 +0300 |
commit | 8bdb78f666213cb8094b26ab8f55e0613c94e26c (patch) | |
tree | 0e6e72f309531db394eead0215341d888fd564af /plugins/UserInfoEx | |
parent | dcfea2fd7445ce4e28e9973403aeffb8e7675d6a (diff) |
unused code removed
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/src/mir_db.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/UserInfoEx/src/mir_db.cpp b/plugins/UserInfoEx/src/mir_db.cpp index 4ec519f6b1..c6a1a05ca5 100644 --- a/plugins/UserInfoEx/src/mir_db.cpp +++ b/plugins/UserInfoEx/src/mir_db.cpp @@ -56,18 +56,6 @@ uint32_t WhenAdded(uint32_t dwUIN, LPCSTR) namespace Module {
/**
-* Enum Proc for DBModule_IsEmpty
-* @param pszSetting - the setting
-* @param lParam - DBCONTACTENUMSETTINGS - (LPARAM)&dbces
-* @retval TRUE - always true
-**/
-
-static int IsEmptyEnumProc(LPCSTR, void*)
-{
- return 1;
-}
-
-/**
* This function tests, whether a module belongs to a metacontact protocol
* @param pszModule - the module to read the setting from (e.g. USERINFO)
* @retval TRUE - the module belongs to a metacontact protocol
|