From e15445e0c5093ffd3e39bdebd36a5a87cf57a7d1 Mon Sep 17 00:00:00 2001 From: Brock Mammen Date: Fri, 23 Aug 2019 15:35:37 -0500 Subject: [PATCH] [SHELLFIND] Remove unused function --- dll/win32/browseui/shellfind/CSearchBar.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/dll/win32/browseui/shellfind/CSearchBar.cpp b/dll/win32/browseui/shellfind/CSearchBar.cpp index 74dfd732b61..7794036e958 100644 --- a/dll/win32/browseui/shellfind/CSearchBar.cpp +++ b/dll/win32/browseui/shellfind/CSearchBar.cpp @@ -362,15 +362,6 @@ HRESULT STDMETHODCALLTYPE CSearchBar::GetBandInfo(DWORD dwBandID, DWORD dwViewMo return S_OK; } -LRESULT CALLBACK MyWindowProc( - _In_ HWND hwnd, - _In_ UINT uMsg, - _In_ WPARAM wParam, - _In_ LPARAM lParam -) -{ - return 0; -} // *** IObjectWithSite methods *** HRESULT STDMETHODCALLTYPE CSearchBar::SetSite(IUnknown *pUnkSite)