Indices are for display niceness only, so index them from 1 rather than keep offsetti...
[enjoyable.git] / SubAction.h
diff --git a/SubAction.h b/SubAction.h
deleted file mode 100644 (file)
index 7b297d8..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-//  SubAction.h
-//  Enjoy
-//
-//  Created by Sam McCall on 5/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-#import "JSAction.h"
-
-@interface SubAction : JSAction
-
-- (id)initWithIndex:(int)newIndex name:(NSString *)newName  base:(JSAction *)newBase;
-
-@end