diff options
-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
|