diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-20 13:54:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-20 13:54:07 +0000 |
commit | 418db2636cc5b4e519f281c16a5e0496b80dc8d1 (patch) | |
tree | e374342da6bd1fd8136262266407b824619c27b0 /plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp | |
parent | 806188a1903da4f59d7610edd5bed457c5978d84 (diff) |
minor code fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@12974 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp')
-rw-r--r-- | plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp b/plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp index bc8cbcb68a..4709eafcf9 100644 --- a/plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp +++ b/plugins/Clist_modern/src/CLUIFrames/cluiframes.cpp @@ -2325,7 +2325,6 @@ int SizeFramesByWindowRect(RECT *r, HDWP * PosBatch, int mode) }
if (g_pfwFrames[i].OwnerWindow && (INT_PTR)(g_pfwFrames[i].OwnerWindow) != -2) {
if (!(mode & 2)) {
- HWND hwnd = GetParent(g_pfwFrames[i].OwnerWindow);
if (NULL != g_pfwFrames[i].OwnerWindow) { /* Wine fix. */
*PosBatch = DeferWindowPos(*PosBatch, g_pfwFrames[i].OwnerWindow, NULL, g_pfwFrames[i].wndSize.left + r->left, g_pfwFrames[i].wndSize.top + r->top,
g_pfwFrames[i].wndSize.right - g_pfwFrames[i].wndSize.left, g_pfwFrames[i].wndSize.bottom - g_pfwFrames[i].wndSize.top, SWP_NOZORDER | SWP_NOACTIVATE);
|