summaryrefslogtreecommitdiff
path: root/src/mir_core
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_core')
-rw-r--r--src/mir_core/src/CCtrlTreeView.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mir_core/src/CCtrlTreeView.cpp b/src/mir_core/src/CCtrlTreeView.cpp
index 815bfb2440..ec51000756 100644
--- a/src/mir_core/src/CCtrlTreeView.cpp
+++ b/src/mir_core/src/CCtrlTreeView.cpp
@@ -114,13 +114,6 @@ LRESULT CCtrlTreeView::CustomWndProc(UINT msg, WPARAM wParam, LPARAM lParam)
TVHITTESTINFO hti;
switch (msg) {
- case WM_KEYDOWN:
- if (wParam == VK_SPACE) {
- if ((GetItemState(this->GetSelection(), TVIS_STATEIMAGEMASK) >> 12) == 0)
- return TRUE;
- }
- break;
-
case WM_MOUSEMOVE:
if (m_bDragging) {
hti.pt.x = (short)LOWORD(lParam);