temp fix for crashing

This commit is contained in:
Mitchell Livingston 2006-09-04 07:33:25 +00:00
parent 7297f8232c
commit 6a506622b2
1 changed files with 2 additions and 3 deletions

View File

@ -68,7 +68,6 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
fProgressWhite = [NSImage imageNamed: @"ProgressBarWhite.png"];
[fProgressWhite setScalesWhenResized: YES];
fProgressBlue = [NSImage imageNamed: @"ProgressBarBlue.png"];
[fProgressBlue setScalesWhenResized: YES];
[fProgressBlue setSize: startSize];
@ -83,7 +82,6 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
fProgressAdvanced = [NSImage imageNamed: @"ProgressBarAdvanced.png"];
[fProgressAdvanced setScalesWhenResized: YES];
fProgressEndWhite = [NSImage imageNamed: @"ProgressBarEndWhite.png"];
fProgressEndBlue = [NSImage imageNamed: @"ProgressBarEndBlue.png"];
fProgressEndGray = [NSImage imageNamed: @"ProgressBarEndGray.png"];
@ -98,7 +96,8 @@ static uint32_t kRed = BE(0xFF6450FF), //255, 100, 80
- (void) dealloc
{
[fErrorImage release];
#warning make work
//[fErrorImage release];
[super dealloc];
}