No longer need to check for this here

This commit is contained in:
John Scipione
2014-02-20 15:03:36 -05:00
parent 173b5a686d
commit 4346099683
@@ -312,7 +312,7 @@ KeyboardLayoutView::MouseUp(BPoint point)
_InvalidateKey(key); _InvalidateKey(key);
if (fDragKey == NULL && fKeymap != NULL) if (fDragKey == NULL)
_SendFakeKeyDown(key); _SendFakeKeyDown(key);
} }