From 7f513673b523ecfbf6ded0a2d0e5cdf5496bd6b0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Apr 2017 23:52:09 +0300 Subject: - SRMM window list management moved to the base class; - fixes #791 --- plugins/TabSRMM/src/mim.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'plugins/TabSRMM/src/mim.cpp') diff --git a/plugins/TabSRMM/src/mim.cpp b/plugins/TabSRMM/src/mim.cpp index 1737500343..f1c4e258e8 100644 --- a/plugins/TabSRMM/src/mim.cpp +++ b/plugins/TabSRMM/src/mim.cpp @@ -69,16 +69,6 @@ HWND CMimAPI::FindWindow(MCONTACT h) const return WindowList_Find(pci->hWindowList, h); } -INT_PTR CMimAPI::AddWindow(HWND hWnd, MCONTACT h) -{ - return WindowList_Add(pci->hWindowList, hWnd, h); -} - -INT_PTR CMimAPI::RemoveWindow(HWND hWnd) -{ - return WindowList_Remove(pci->hWindowList, hWnd); -} - ///////////////////////////////////////////////////////////////////////////////////////// int CMimAPI::FoldersPathChanged(WPARAM, LPARAM) -- cgit v1.2.3