diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-30 16:56:57 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-30 16:56:57 +0000 |
commit | f7e69e8cb113ccfe7fdf53aa597ca570804b7b4a (patch) | |
tree | 901495e83c52b1fa6a09b2f2f58216149e501c26 /plugins/TabSRMM/src/generic_msghandlers.cpp | |
parent | a7e944da437b4e8486100a0f52cc3b698b45f156 (diff) |
- __FEAT_EXP_AUTOSPLITTER removed;
- code cleaning;
git-svn-id: http://svn.miranda-ng.org/main/trunk@9627 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/generic_msghandlers.cpp')
-rw-r--r-- | plugins/TabSRMM/src/generic_msghandlers.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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); |