mirror of
https://github.com/transmission/transmission
synced 2024-12-25 17:17:31 +00:00
remove unused variables
This commit is contained in:
parent
e7756980ab
commit
911a6ce32e
2 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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]])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue