Automatically trigger/untrigger targets based on setting the 'running' property;...
[enjoyable.git] / SubAction.m
index 07011ca..501d457 100644 (file)
@@ -9,11 +9,7 @@
 
 #import "SubAction.h"
 
-@implementation SubAction {
-       BOOL active;
-}
-
-@synthesize active;
+@implementation SubAction
 
 - (id)initWithIndex:(int)newIndex name:(NSString *)newName base:(JSAction *)newBase {
        if ((self = [super init])) {