No longer need to check for this here

This commit is contained in:
John Scipione 2013-05-12 16:49:26 -04:00
parent 173b5a686d
commit 4346099683
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ KeyboardLayoutView::MouseUp(BPoint point)
_InvalidateKey(key);
if (fDragKey == NULL && fKeymap != NULL)
if (fDragKey == NULL)
_SendFakeKeyDown(key);
}