mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
[SHELLFIND] Remove unused function
This commit is contained in:
parent
ff7e9870ce
commit
e15445e0c5
1 changed files with 0 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue