get rid of the unneeded ImageBackgroundView

This commit is contained in:
Mitchell Livingston
2007-11-07 02:23:35 +00:00
parent 906c5d6f1f
commit 98c1d4bb62
12 changed files with 275 additions and 232 deletions

View File

@@ -25,7 +25,6 @@
#import <Cocoa/Cocoa.h>
#import "Torrent.h"
#import "FileOutlineView.h"
#import "ImageBackgroundView.h"
#import "PiecesView.h"
#import <transmission.h>
@@ -36,7 +35,6 @@
IBOutlet NSView * fInfoView, * fActivityView, * fPeersView, * fFilesView, * fOptionsView;
int fCurrentTabTag;
IBOutlet NSMatrix * fTabMatrix;
IBOutlet ImageBackgroundView * fTabBackBar;
IBOutlet NSImageView * fImageView;
IBOutlet NSTextField * fNameField, * fSizeField, * fTrackerField,