diff options
Diffstat (limited to 'plugins/!NotAdopted/sametime/common.cpp')
-rw-r--r-- | plugins/!NotAdopted/sametime/common.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/!NotAdopted/sametime/common.cpp b/plugins/!NotAdopted/sametime/common.cpp deleted file mode 100644 index c2a503f8d6..0000000000 --- a/plugins/!NotAdopted/sametime/common.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include "common.h"
-
-int DBGetContactSettingUtf(HANDLE hContact, char *module, char *setting, DBVARIANT *dbv) {
- DBCONTACTGETSETTING cgs;
- cgs.szModule = module;
- cgs.szSetting = setting;
- cgs.pValue = dbv;
-
- dbv->type = DBVT_UTF8;
-
- return CallService(MS_DB_CONTACT_GETSETTING_STR, (WPARAM)hContact, (LPARAM)&cgs);
-}
\ No newline at end of file |