diff options
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__
|