From 3b8d44fb4646951be55b3777cbe30d3280867067 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 11 Jul 2012 15:51:11 +0000 Subject: - antiflicker effect for TTB resizing (thx to FYR for writing it) - TTB visual part extracted to the separate module git-svn-id: http://svn.miranda-ng.org/main/trunk@904 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/modern_toolbar.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/modern_toolbar.cpp b/plugins/Clist_modern/modern_toolbar.cpp index 91da73a04d..116f3a90d6 100644 --- a/plugins/Clist_modern/modern_toolbar.cpp +++ b/plugins/Clist_modern/modern_toolbar.cpp @@ -99,10 +99,6 @@ static int Modern_InitButtons(WPARAM, LPARAM) struct ModernToolbarCtrl : public TTBCtrl { XPTHANDLE mtbXPTheme; - BOOL fAutoSize; - int nLineCount; - WORD wLastHeight; - BOOL fSingleLine; }; struct MTB_BUTTONINFO @@ -308,7 +304,6 @@ void CustomizeToolbar(HWND hwnd) CallService(MS_SKINENG_REGISTERPAINTSUB,(WPARAM)hwnd,(LPARAM)ToolBar_LayeredPaintProc); - pMTBInfo->nLineCount = 1; pMTBInfo->mtbXPTheme = xpt_AddThemeHandle(hwnd, L"TOOLBAR"); } -- cgit v1.2.3