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_clc.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_clc.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index afe5464eef..6b0e46e9da 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -1719,12 +1719,6 @@ static LRESULT clcOnIntmStatusChanged(ClcData *dat, HWND hwnd, UINT msg, WPARAM }
}
}
-#ifdef _DEBUG
- else
- {
- DebugBreak();
- }
-#endif
}
if ( db_get_b(NULL,"CList","PlaceOfflineToRoot",SETTING_PLACEOOFLINETOROOT_DEFAULT))
|