diff options
author | George Hazan <george.hazan@gmail.com> | 2014-05-03 15:58:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-05-03 15:58:00 +0000 |
commit | 318557c348b1df460bafc188fb65c2be6b73bff4 (patch) | |
tree | 5d4a4b34bd80724b1dfa3883e51a2f69c33bdcbb /src/modules | |
parent | e04bbf1c49acb1f6994d460c519d1bd03ca912d7 (diff) |
unneeded declaration removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@9115 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules')
-rw-r--r-- | src/modules/metacontacts/metacontacts.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index fcbb9d7336..79f6e74d53 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -100,9 +100,6 @@ int GetRealPriority(char *proto, int status); // API function headers
void CreateApiServices();
-// extended db get/write setting functions, that handle unicode
-INT_PTR Mydb_get(MCONTACT hContact, const char *szModule, const char *szSetting, DBVARIANT *dbv);
-
typedef enum {I_MENUOFF, I_MENU, I_CONVERT, I_ADD, I_EDIT, I_SETDEFAULT, I_REMOVE} IconIndex;
HICON LoadIconEx(IconIndex i);
HANDLE GetIconHandle(IconIndex i);
|