Compatibility changes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1936 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marc Flerackers
2002-11-14 15:52:14 +00:00
parent f45d1cc7e4
commit 6274b13f69
-2
View File
@@ -295,8 +295,6 @@ void BControl::MakeFocus(bool focused)
//------------------------------------------------------------------------------
void BControl::KeyDown(const char *bytes, int32 numBytes)
{
BMessage* message = Window()->CurrentMessage();
if (numBytes == 1)
{
switch (bytes[0])