Implemented running scripts on song change.
[MenuTunes.git] / StatusWindowController.m
index 3e7522e..3108cd9 100755 (executable)
@@ -115,7 +115,6 @@ static StatusWindowController *sharedController;
     
     if ( art != nil ) {
         image = art;
-        NSSize size = [image size];
         [image setScalesWhenResized:YES];
         [image setSize:NSMakeSize(110, 110)];
         /*if (size.width > 110 && size.width > size.height) {