diff options
Diffstat (limited to 'macosx/plugins/PeopsXgl/macsrc/PluginWindow.h')
| -rwxr-xr-x | macosx/plugins/PeopsXgl/macsrc/PluginWindow.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/macosx/plugins/PeopsXgl/macsrc/PluginWindow.h b/macosx/plugins/PeopsXgl/macsrc/PluginWindow.h index ddeae10b..c2e232cb 100755 --- a/macosx/plugins/PeopsXgl/macsrc/PluginWindow.h +++ b/macosx/plugins/PeopsXgl/macsrc/PluginWindow.h @@ -18,7 +18,6 @@ /* this is a borderless window that can be dragged about. Also, holds a GLView */ #import <Cocoa/Cocoa.h> -#import <AppKit/NSMenu.h> @interface NetSfPeopsOpenGLGPUPluginWindow : NSWindow { @@ -26,12 +25,6 @@ NSPoint initialLocation; } -- (id) initWithContentRect: (NSRect) contentRect - styleMask: (NSUInteger) aStyle - backing: (NSBackingStoreType) bufferingType - defer: (BOOL) flag ; - - - (BOOL) canBecomeKeyWindow; // to stop the beeping - (void) sendEvent:(NSEvent *)theEvent; @@ -46,8 +39,5 @@ - (void)keyDown:(NSEvent *)theEvent; - (void)keyUp:(NSEvent *)theEvent; -@end - -@interface NetSfPeopsOpenGLGPUPluginWindow (NSMenuValidation) - (BOOL)validateMenuItem:(NSMenuItem*) item; @end |
