get rid of a few redundant variables

This commit is contained in:
Mitchell Livingston
2007-10-07 03:05:55 +00:00
parent 537d0aae34
commit b71ebcfd4b
4 changed files with 50 additions and 34 deletions

View File

@@ -34,12 +34,7 @@
NSArray * fTorrents, * fPeers, * fFiles;
NSImage * fAppIcon, * fLockImage;
#warning need?
BOOL fCanResizeVertical;
IBOutlet NSView * fInfoView, * fActivityView, * fPeersView, * fFilesView, * fOptionsView;
#warning streamline
NSView * fCurrentView;
int fCurrentTabTag;
IBOutlet NSMatrix * fTabMatrix;
IBOutlet ImageBackgroundView * fTabBackBar;