diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-13 19:58:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-13 19:58:08 +0000 |
commit | 241aed20d47fe5e443370cd6224b5b2e844348d3 (patch) | |
tree | c7e66f24120914ffc7c0d35ac1c086eb51b95022 /plugins/Clist_modern/src/modern_cluiframes.cpp | |
parent | cbb09e56cf41e985945b1ff9ecdd3d414426b7f5 (diff) |
forgotten DebugBreak()'s in clist_modern
git-svn-id: http://svn.miranda-ng.org/main/trunk@4448 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_cluiframes.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_cluiframes.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_cluiframes.cpp b/plugins/Clist_modern/src/modern_cluiframes.cpp index c6cad48918..093a075e0a 100644 --- a/plugins/Clist_modern/src/modern_cluiframes.cpp +++ b/plugins/Clist_modern/src/modern_cluiframes.cpp @@ -1932,8 +1932,6 @@ static int _us_DoAddFrame(WPARAM wParam,LPARAM lParam) }
GetWindowRect(pcli->hwndContactList,&mainRect);
mainHeight = mainRect.bottom-mainRect.top;
- //if (mainHeight < minHeight)
- // DebugBreak();
}
_nClientFrameId = eUnknownId;//recalc it
CLUIFramesOnClistResize((WPARAM)pcli->hwndContactList,0);
|