summaryrefslogtreecommitdiff
path: root/pluma/osx/pluma-osx-delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/osx/pluma-osx-delegate.h')
-rwxr-xr-xpluma/osx/pluma-osx-delegate.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/pluma/osx/pluma-osx-delegate.h b/pluma/osx/pluma-osx-delegate.h
deleted file mode 100755
index f6eb2ae5..00000000
--- a/pluma/osx/pluma-osx-delegate.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef PLUMA_OSX_DELEGATE_H_
-#define PLUMA_OSX_DELEGATE_H_
-
-#import <Foundation/NSAppleEventManager.h>
-
-@interface PlumaOSXDelegate : NSObject
-{
-}
-
--(id) init;
--(void) openFiles:(NSAppleEventDescriptor*)event
- withReply:(NSAppleEventDescriptor*)reply;
-
-@end
-
-#endif /* PLUMA_OSX_DELEGATE_H_ */