diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-03 16:49:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-03 16:49:50 +0300 |
commit | 8beac85f6a7b0538622b67e9d2739155792777a2 (patch) | |
tree | 7b452c8344ed72b3c6f700f1e89dff93b7450daf /plugins/mTextControl/src/ImageDataObjectHlp.h | |
parent | 58a9d3dbd775650dd1a8ac51ec78748184b4a657 (diff) |
mTextControl: code cleaning
Diffstat (limited to 'plugins/mTextControl/src/ImageDataObjectHlp.h')
-rw-r--r-- | plugins/mTextControl/src/ImageDataObjectHlp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mTextControl/src/ImageDataObjectHlp.h b/plugins/mTextControl/src/ImageDataObjectHlp.h index 4884d2a1f2..bae3a59305 100644 --- a/plugins/mTextControl/src/ImageDataObjectHlp.h +++ b/plugins/mTextControl/src/ImageDataObjectHlp.h @@ -23,7 +23,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. void UnloadEmfCache();
HENHMETAFILE CacheIconToEmf(HICON hIcon);
-//bool InsertBitmap(IRichEditOle* pRichEditOle, HBITMAP hBitmap, HGLOBAL hGlobal);
bool InsertBitmap(IRichEditOle* pRichEditOle, HENHMETAFILE hEmf);
#endif
|