diff options
author | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
commit | 5ded9cba8563f336939400303d6a841d5089b107 (patch) | |
tree | c5676588cff26ba37e12369fe4de24b54e9f6682 /gedit/osx/gedit-osx-delegate.h | |
parent | f00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff) | |
download | pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2 pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz |
renaming from gedit to pluma
Diffstat (limited to 'gedit/osx/gedit-osx-delegate.h')
-rwxr-xr-x | gedit/osx/gedit-osx-delegate.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gedit/osx/gedit-osx-delegate.h b/gedit/osx/gedit-osx-delegate.h deleted file mode 100755 index 0b4411e8..00000000 --- a/gedit/osx/gedit-osx-delegate.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef GEDIT_OSX_DELEGATE_H_ -#define GEDIT_OSX_DELEGATE_H_ - -#import <Foundation/NSAppleEventManager.h> - -@interface GeditOSXDelegate : NSObject -{ -} - --(id) init; --(void) openFiles:(NSAppleEventDescriptor*)event - withReply:(NSAppleEventDescriptor*)reply; - -@end - -#endif /* GEDIT_OSX_DELEGATE_H_ */ |