From dcb9689364e44ce574140ad975a5918da58e75b8 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 26 Oct 2013 20:28:06 +0000 Subject: removed not needed code git-svn-id: http://svn.miranda-ng.org/main/trunk@6639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/modern_cluiframes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Clist_modern') diff --git a/plugins/Clist_modern/src/modern_cluiframes.cpp b/plugins/Clist_modern/src/modern_cluiframes.cpp index cf71f9ad53..b265a0afee 100644 --- a/plugins/Clist_modern/src/modern_cluiframes.cpp +++ b/plugins/Clist_modern/src/modern_cluiframes.cpp @@ -1468,7 +1468,7 @@ static int _us_DoMoveFrame(WPARAM wParam,LPARAM lParam) g_pfwFrames[pos].order = tmpval; break; } - + if (lParam == 1) { if (i < 1) break; tmpval = g_pfwFrames[sd[i-1].realpos].order; @@ -4018,7 +4018,7 @@ int UnLoadCLUIFramesModule(void) if (g_pfwFrames[i].OwnerWindow && g_pfwFrames[i].OwnerWindow != (HWND)(-2) && g_pfwFrames[i].OwnerWindow != (HWND)(-1)) DestroyWindow(g_pfwFrames[i].OwnerWindow ); g_pfwFrames[i].OwnerWindow = (HWND)-2; - if (g_pfwFrames[i].UpdateRgn) DeleteObject(g_pfwFrames[i].UpdateRgn); + if (g_pfwFrames[i].UpdateRgn) DeleteObject(g_pfwFrames[i].UpdateRgn); mir_free_and_nil(g_pfwFrames[i].Name); mir_free_and_nil(g_pfwFrames[i].szName); -- cgit v1.2.3