From bf84ef88415adcdb0d456422de8613b61d9b0f05 Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Sat, 29 Nov 2003 04:22:04 +0000 Subject: [PATCH] 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 --- src/apps/showimage/ShowImageView.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/apps/showimage/ShowImageView.cpp b/src/apps/showimage/ShowImageView.cpp index 8c0497a702..42e4cdd109 100644 --- a/src/apps/showimage/ShowImageView.cpp +++ b/src/apps/showimage/ShowImageView.cpp @@ -1322,10 +1322,6 @@ ShowImageView::KeyDown (const char * bytes, int32 numBytes) } ClearSelection(); break; - case 'T': - case 't': - SetIcon(*bytes == 't'); - break; } } }