summaryrefslogtreecommitdiff
path: root/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 14:46:42 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 14:46:42 -0700
commitcafa41ba4d53b2b945d56cd1a9b1bb92b5610b53 (patch)
treec5293dd426c821ef02c122115630eaf1eccc88b6 /ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h
parent196d96cfa7e24891bd1954e6ed734567e3944279 (diff)
downloadinfinitytier-cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53.tar.gz
infinitytier-cafa41ba4d53b2b945d56cd1a9b1bb92b5610b53.zip
RedHat stuff and cleanup.
Diffstat (limited to 'ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h')
-rwxr-xr-xext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h b/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h
deleted file mode 100755
index 65d6b6d4..00000000
--- a/ext/mac-ui-macgap1-wrapper/src/MacGap/Classes/Commands/Command.h
+++ /dev/null
@@ -1,18 +0,0 @@
-//
-// Command.h
-// MacGap
-//
-// Created by Joe Hildebrand on 1/10/12.
-// Copyright (c) 2012 Twitter. All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-#import <Webkit/WebScriptObject.h>
-
-@interface Command : NSObject {
- JSContextRef context;
-}
-
-- (id) initWithContext:(JSContextRef)aContext;
-
-@end