summaryrefslogtreecommitdiff
path: root/plugins/ContactsPlus/utils.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-07-06 19:09:10 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-07-06 19:09:10 +0000
commit3c1e178085dca0f8e2d177f109f32002887691c3 (patch)
treee93d908e9315d8f31c53bd85e464f03b8c08bf93 /plugins/ContactsPlus/utils.h
parent2d65a57c8f992afc542baae1ed4f335fbb5e8302 (diff)
removed some unneeded legacy code
git-svn-id: http://svn.miranda-ng.org/main/trunk@798 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ContactsPlus/utils.h')
-rw-r--r--plugins/ContactsPlus/utils.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/ContactsPlus/utils.h b/plugins/ContactsPlus/utils.h
index b59364ee81..3bc2d8e00d 100644
--- a/plugins/ContactsPlus/utils.h
+++ b/plugins/ContactsPlus/utils.h
@@ -27,10 +27,6 @@
extern HINSTANCE hInst;
-// Compatibility functions
-int SRCCallProtoService(const char *szModule, const char *szService, WPARAM wParam, LPARAM lParam);
-int SRCCallContactService(HANDLE hContact, const char *szProtoService, WPARAM wParam, LPARAM lParam);
-
// utils.cpp
void __fastcall SAFE_FREE(void** p);
size_t __fastcall strlennull(const char *string);