Removed Keydown handler code that invoked the creation/removal of the thumbnail icons

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5495 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2003-11-29 04:22:04 +00:00
parent da87cefeb1
commit bf84ef8841

View File

@ -1322,10 +1322,6 @@ ShowImageView::KeyDown (const char * bytes, int32 numBytes)
}
ClearSelection();
break;
case 'T':
case 't':
SetIcon(*bytes == 't');
break;
}
}
}