mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 23:18:39 +00:00
[SHELL32] CDefView: remove a useless print
This commit is contained in:
parent
6f25b42a31
commit
4b19b1e49d
1 changed files with 0 additions and 2 deletions
|
@ -3066,8 +3066,6 @@ HRESULT WINAPI CDefView::DragLeave()
|
|||
|
||||
HRESULT WINAPI CDefView::Drop(IDataObject* pDataObject, DWORD grfKeyState, POINTL pt, DWORD *pdwEffect)
|
||||
{
|
||||
ERR("GetKeyState(VK_LBUTTON): %d\n", GetKeyState(VK_LBUTTON));
|
||||
|
||||
ImageList_DragLeave(m_hWnd);
|
||||
ImageList_EndDrag();
|
||||
|
||||
|
|
Loading…
Reference in a new issue