Clean up root folder.
[enjoyable.git] / NJInputPathElement.h
diff --git a/NJInputPathElement.h b/NJInputPathElement.h
deleted file mode 100644 (file)
index 8fe5c65..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#import <Foundation/Foundation.h>
-
-@protocol NJInputPathElement <NSObject>
-
-- (NSArray *)children;
-- (id <NJInputPathElement>) base;
-- (NSString *)name;
-
-@end