get rid of redundant trivial call

This commit is contained in:
Mitchell Livingston 2007-09-08 12:32:51 +00:00
parent 4b980c4c36
commit 7a4669a371
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@
fBadge = [NSImage imageNamed: @"Badge"];
NSRect badgeRect;
NSSize iconSize = [fDockIcon size];
badgeRect.size = [fBadge size];
badgeRect.origin.x = iconSize.width - badgeRect.size.width;
badgeRect.origin.y = iconSize.height - badgeRect.size.height;