mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[SHELLFIND] Remove unused function
This commit is contained in:
committed by
Giannis Adamopoulos
parent
ff7e9870ce
commit
e15445e0c5
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user