diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-23 15:58:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-23 15:58:24 +0000 |
commit | 49903eeb7655c18025c72982dec288c469e5d49c (patch) | |
tree | ef994554fdb7c6daf1896b9050c14167f371fee9 /plugins/Clist_modern/src/modern_clui.cpp | |
parent | c93d3fe5ed2eeddbc67ec04217508fee545a9452 (diff) |
oops... some perversions remained :) fixing
git-svn-id: http://svn.miranda-ng.org/main/trunk@5100 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/src/modern_clui.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clui.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Clist_modern/src/modern_clui.cpp b/plugins/Clist_modern/src/modern_clui.cpp index 51574a5b66..32823204d1 100644 --- a/plugins/Clist_modern/src/modern_clui.cpp +++ b/plugins/Clist_modern/src/modern_clui.cpp @@ -1959,11 +1959,6 @@ LRESULT CLUI::OnDwmCompositionChanged(UINT /*msg*/, WPARAM /*wParam*/, LPARAM /* return FALSE;
}
-LRESULT CLUI::OnSyncCall(UINT /*msg*/, WPARAM wParam, LPARAM /*lParam*/ )
-{
- return SyncOnWndProcCall( wParam );
-}
-
LRESULT CLUI::OnUpdate(UINT /*msg*/, WPARAM /*wParam*/, LPARAM /*lParam*/ )
{
if ( g_flag_bPostWasCanceled )
|