diff options
author | George Hazan <george.hazan@gmail.com> | 2014-10-04 12:22:51 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-10-04 12:22:51 +0000 |
commit | 73c4eeff66a56dc1df1c19dd1841c77e6458f4a7 (patch) | |
tree | dc5fa75f61338ccc66749a8fd6f0b927a787ae89 /include/m_avatars.h | |
parent | 8b242ddc84896c59f2a53cbfe37f94b275238a7c (diff) |
ancient junk removed from AVS
git-svn-id: http://svn.miranda-ng.org/main/trunk@10682 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_avatars.h')
-rw-r--r-- | include/m_avatars.h | 35 |
1 files changed, 0 insertions, 35 deletions
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
*/
|