1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-21 13:46:52 +00:00

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

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;