remove unused variables

This commit is contained in:
Mitchell Livingston 2007-12-20 01:15:13 +00:00
parent e7756980ab
commit 911a6ce32e
2 changed files with 0 additions and 3 deletions

View File

@ -367,7 +367,6 @@ tr_getPrefsDirectory( void )
buf, sizeof( buf ) );
strcat( buf, "/Transmission" );
#elif defined( SYS_DARWIN )
const char * h = tr_getHomeDirectory( );
tr_buildPath ( buf, sizeof( buf ),
tr_getHomeDirectory( ),
"Library",

View File

@ -245,8 +245,6 @@
//text color
NSColor * titleColor, * statusColor;
BOOL selected = [NSApp isOnLeopardOrBetter] ? [self backgroundStyle] == NSBackgroundStyleDark : [self isHighlighted]
&& [[self highlightColorWithFrame: cellFrame inView: controlView] isEqual: [NSColor alternateSelectedControlColor]];
if ([NSApp isOnLeopardOrBetter] ? [self backgroundStyle] == NSBackgroundStyleDark : [self isHighlighted]
&& [[self highlightColorWithFrame: cellFrame inView: controlView] isEqual: [NSColor alternateSelectedControlColor]])
{