undo the last commit....it wasn't accurate

This commit is contained in:
Mitchell Livingston 2007-07-04 19:46:28 +00:00
parent f4439ee4bf
commit 05c82e2a40
1 changed files with 0 additions and 3 deletions

View File

@ -173,9 +173,6 @@
//update dock badge
if (baseChange || fSpeedBadge || speedChange)
{
//copy to avoid badge not being cleared
if (!dockIcon)
dockIcon = [fDockIcon copy];
[NSApp setApplicationIconImage: dockIcon];
[dockIcon release];