Removed unused pane files.

CQTexperiment
vspader 2007-02-28 01:57:42 +00:00
parent 47fa30dc58
commit 3f5078594d
6 changed files with 0 additions and 110 deletions

View File

@ -1,17 +0,0 @@
//
// FileDrawerPane.h
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PreferencePane.h"
@interface RemotePane : PreferencePane {
}
@end

View File

@ -1,20 +0,0 @@
//
// FileDrawerPane.m
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "RemotePane.h"
@implementation RemotePane
- (void)awakeFromNib
{
[self setName:@"Remote"];
[self setIcon:@"apple_remote"];
}
@end

View File

@ -1,17 +0,0 @@
//
// FileDrawerPane.h
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PreferencePane.h"
@interface ScrobblerPane : PreferencePane {
}
@end

View File

@ -1,20 +0,0 @@
//
// FileDrawerPane.m
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "ScrobblerPane.h"
@implementation ScrobblerPane
- (void)awakeFromNib
{
[self setName:@"Last.fm"];
[self setIcon:@"lastfm"];
}
@end

View File

@ -1,16 +0,0 @@
//
// FileDrawerPane.h
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PreferencePane.h"
@interface UpdatesPane : PreferencePane {
}
@end

View File

@ -1,20 +0,0 @@
//
// FileDrawerPane.m
// Preferences
//
// Created by Vincent Spader on 9/4/06.
// Copyright 2006 Vincent Spader. All rights reserved.
//
#import "UpdatesPane.h"
@implementation UpdatesPane
- (void)awakeFromNib
{
[self setName:@"Updates"];
[self setIcon:@"updates"];
}
@end