Removing new API additions...
[MenuTunes.git] / iTunesTrack.h
diff --git a/iTunesTrack.h b/iTunesTrack.h
deleted file mode 100755 (executable)
index 920c1fb..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-//  iTunesTrack.h
-//  MenuTunes
-//
-//  Created by Joseph Spiros on Sat Sep 06 2003.
-//  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-
-
-@interface iTunesTrack : ITMTTrack <ITMTTrack> {
-    int                _index;
-}
-+ (id)trackWithDatabaseIndex:(int)index;
-- (id)initWithDatabaseIndex:(int)index;
-@end