Big rename part 3: 'target' to 'output'.
[enjoyable.git] / TargetConfig.h
diff --git a/TargetConfig.h b/TargetConfig.h
deleted file mode 100644 (file)
index 1018e5d..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-//  TargetConfig.h
-//  Enjoy
-//
-//  Created by Sam McCall on 6/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-#import "Target.h"
-
-@class NJMapping;
-
-@interface TargetConfig : Target
-
-@property (nonatomic, weak) NJMapping *mapping;
-
-@end