From 73c4eeff66a56dc1df1c19dd1841c77e6458f4a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 4 Oct 2014 12:22:51 +0000 Subject: ancient junk removed from AVS git-svn-id: http://svn.miranda-ng.org/main/trunk@10682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_avatars.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) (limited to 'include/m_avatars.h') diff --git a/include/m_avatars.h b/include/m_avatars.h index 7c3e878bef..c4c15aca42 100644 --- a/include/m_avatars.h +++ b/include/m_avatars.h @@ -241,41 +241,6 @@ typedef struct _contactAvatarChangedNotification { #define MS_AV_REPORTMYAVATARCHANGED "SV_Avatars/ReportMyAvatarChanged" - - -// Bitmap services ////////////////////////////////////////////////////////////////////// - -// Load an image -// wParam = NULL -// lParam = filename -#define MS_AV_LOADBITMAP32 "SV_Avatars/LoadBitmap32" - -// Save an HBITMAP to an image -// wParam = HBITMAP -// lParam = full path of filename -#define MS_AV_SAVEBITMAP "SV_Avatars/SaveBitmap" -#define MS_AV_SAVEBITMAPW "SV_Avatars/SaveBitmapW" - -#ifdef _UNICODE - -#define MS_AV_SAVEBITMAPT MS_AV_SAVEBITMAPW - -#else - -#define MS_AV_SAVEBITMAPT MS_AV_SAVEBITMAP - -#endif - -// Returns != 0 if can save that type of image, = 0 if cant -// wParam = 0 -// lParam = PA_FORMAT_* // image format -#define MS_AV_CANSAVEBITMAP "SV_Avatars/CanSaveBitmap" - -// Returns a copy of the bitmap with the size especified or the original bitmap if nothing has to be changed -// wParam = ResizeBitmap * -// lParam = NULL -#define MS_AV_RESIZEBITMAP "SV_Avatars/ResizeBitmap" - /* * flags for internal use ONLY */ -- cgit v1.2.3