diff options
Diffstat (limited to 'plugins/Non-IM Contact/src/stdafx.h')
-rw-r--r-- | plugins/Non-IM Contact/src/stdafx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Non-IM Contact/src/stdafx.h b/plugins/Non-IM Contact/src/stdafx.h index c6494d2f46..0c5cfc0992 100644 --- a/plugins/Non-IM Contact/src/stdafx.h +++ b/plugins/Non-IM Contact/src/stdafx.h @@ -119,8 +119,6 @@ extern char *szInfo; extern char *szData;
extern HANDLE hNetlibUser;
-int db_get_static(MCONTACT hContact, const char *moduleName, const char *fn, char *buf, size_t cbSize);
-
#endif
#pragma comment(lib,"comctl32.lib")
|