From f7e69e8cb113ccfe7fdf53aa597ca570804b7b4a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 30 Jun 2014 16:56:57 +0000 Subject: - __FEAT_EXP_AUTOSPLITTER removed; - code cleaning; git-svn-id: http://svn.miranda-ng.org/main/trunk@9627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/generic_msghandlers.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/TabSRMM/src/generic_msghandlers.cpp') diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp index 392efccb23..a2c9069eeb 100644 --- a/plugins/TabSRMM/src/generic_msghandlers.cpp +++ b/plugins/TabSRMM/src/generic_msghandlers.cpp @@ -1507,10 +1507,8 @@ int TSAPI DM_SplitterGlobalEvent(TWindowData *dat, WPARAM wParam, LPARAM lParam) TContainerData *srcCnt = PluginConfig.lastSPlitterPos.pSrcContainer; bool fCntGlobal = (!dat->pContainer->settings->fPrivate ? true : false); -#if defined(__FEAT_EXP_AUTOSPLITTER) if (dat->bIsAutosizingInput) return 0; -#endif GetWindowRect(dat->hwnd, &rcWin); -- cgit v1.2.3