diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-24 17:15:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-24 17:15:23 +0000 |
commit | ae470b566ef8e3e6222a717c53a45a38c8c43bbd (patch) | |
tree | e7d71fa4b2068334af881c0d58092b50aad966ce /plugins/AVS/src/image_utils.h | |
parent | 9f7c414998d224c24d8337bb96f9694725740094 (diff) |
- AVS_path* functions replaced with the core analogs;
- code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@9934 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS/src/image_utils.h')
-rw-r--r-- | plugins/AVS/src/image_utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/AVS/src/image_utils.h b/plugins/AVS/src/image_utils.h index 77ff831719..1807e20132 100644 --- a/plugins/AVS/src/image_utils.h +++ b/plugins/AVS/src/image_utils.h @@ -41,10 +41,6 @@ BOOL MakeTransparentBkg(MCONTACT hContact, HBITMAP *hBitmap); HBITMAP MakeGrayscale(MCONTACT hContact, HBITMAP hBitmap);
DWORD GetImgHash(HBITMAP hBitmap);
-int AVS_pathIsAbsolute(const TCHAR *path);
-size_t AVS_pathToRelative(const TCHAR *sPrc, TCHAR *pOut);
-size_t AVS_pathToAbsolute(const TCHAR *pSrc, TCHAR *pOut);
-
int SaveAvatar( const char* protocol, const TCHAR* tszFileName );
#endif // __IMAGE_UTILS_H__
|