From d6902f812511786ded73a5d87e3e788e47853365 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 7 Dec 2016 17:57:30 +0300 Subject: TabSRMM: - fixes #643 (Tabsrmm "insert image" button regression); - massive code cleaning --- plugins/TabSRMM/src/stdafx.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/TabSRMM/src/stdafx.h') diff --git a/plugins/TabSRMM/src/stdafx.h b/plugins/TabSRMM/src/stdafx.h index 485b157a3b..2f3124c19a 100644 --- a/plugins/TabSRMM/src/stdafx.h +++ b/plugins/TabSRMM/src/stdafx.h @@ -47,6 +47,8 @@ #include #include +#include + #include #include #include @@ -230,7 +232,6 @@ extern LOGFONTA logfonts[MSGDLGFONTCOUNT + 2]; extern COLORREF fontcolors[MSGDLGFONTCOUNT + 2]; extern HINSTANCE hinstance; extern BOOL g_bIMGtagButton; -extern TLogIcon msgLogIcons[NR_LOGICONS * 3]; extern const wchar_t *pszIDCSAVE_save, *pszIDCSAVE_close; extern char *TemplateNames[]; extern HANDLE hUserPrefsWindowList; @@ -247,9 +248,6 @@ int SplitmsgShutdown(void); void LogErrorMessage(HWND hwndDlg, TWindowData *dat, int i, wchar_t *szMsg); int Chat_Load(), Chat_Unload(); void FreeLogFonts(); -void ImageDataInsertBitmap(IRichEditOle *ole, HBITMAP hBm); -int CacheIconToBMP(TLogIcon *theIcon, HICON hIcon, COLORREF backgroundColor, int sizeX, int sizeY); -void DeleteCachedIcon(TLogIcon *theIcon); INT_PTR SendMessageCommand(WPARAM wParam, LPARAM lParam); INT_PTR SendMessageCommand_W(WPARAM wParam, LPARAM lParam); -- cgit v1.2.3