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; } } }