diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-26 18:58:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-26 18:58:22 +0300 |
commit | 3bf36827d9a80b805dd22aec601b2189b4399a70 (patch) | |
tree | 7d5ed058c2b6baec6378a132518ba38f9038659e /include | |
parent | b8df7063ce8b25365abe34dec1e8bf702736b854 (diff) |
unused service removed
Diffstat (limited to 'include')
-rw-r--r-- | include/m_imgsrvc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/m_imgsrvc.h b/include/m_imgsrvc.h index 590cc1de47..883b3a99f6 100644 --- a/include/m_imgsrvc.h +++ b/include/m_imgsrvc.h @@ -105,14 +105,6 @@ struct IMGSRVC_INFO #define MS_IMG_SAVE "IMG/Save"
-// unload a FIFBITMAP
-// wParam = FIFBITMAP *
-// lParam = 0;
-// this service is useful when you have loaded a bitmap with IMGL_RETURNDIB in which case you do not get
-// a HBITMAP but instead a FBITMAP * which describes the freeimage-internal representation of a bitmap.
-
-#define MS_IMG_UNLOAD "IMG/Unload"
-
/*
* resizer from loadavatars moved to image service plugin
*/
|