aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/pugl_osx.m
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-20 16:21:53 +0200
committerDavid Robillard <d@drobilla.net>2019-07-21 14:55:20 +0200
commit29126e6a07eff3cd5ec1636a92bcaa793b98d12a (patch)
tree774a2ed9408b4fa57ed2a2e08cc1420fbf4a477b /pugl/pugl_osx.m
parentae9a099569c366863ee448b6bdc2c0dec1e45203 (diff)
downloadpugl-29126e6a07eff3cd5ec1636a92bcaa793b98d12a.tar.gz
pugl-29126e6a07eff3cd5ec1636a92bcaa793b98d12a.tar.bz2
pugl-29126e6a07eff3cd5ec1636a92bcaa793b98d12a.zip
Remove redundant prototypes
Diffstat (limited to 'pugl/pugl_osx.m')
-rw-r--r--pugl/pugl_osx.m21
1 files changed, 0 insertions, 21 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m
index 273002a..59f25b9 100644
--- a/pugl/pugl_osx.m
+++ b/pugl/pugl_osx.m
@@ -120,27 +120,6 @@ struct PuglInternalsImpl {
NSTimer* timer;
}
-- (id) initWithFrame:(NSRect)frame;
-- (void) reshape;
-- (void) drawRect:(NSRect)rect;
-- (NSPoint) eventLocation:(NSEvent*)event;
-- (void) mouseEntered:(NSEvent*)event;
-- (void) mouseExited:(NSEvent*)event;
-- (void) mouseMoved:(NSEvent*)event;
-- (void) mouseDragged:(NSEvent*)event;
-- (void) rightMouseDragged:(NSEvent*)event;
-- (void) mouseDown:(NSEvent*)event;
-- (void) mouseUp:(NSEvent*)event;
-- (void) rightMouseDown:(NSEvent*)event;
-- (void) rightMouseUp:(NSEvent*)event;
-- (void) otherMouseDragged:(NSEvent*)event;
-- (void) otherMouseDown:(NSEvent*)event;
-- (void) otherMouseUp:(NSEvent*)event;
-- (void) scrollWheel:(NSEvent*)event;
-- (void) keyDown:(NSEvent*)event;
-- (void) keyUp:(NSEvent*)event;
-- (void) flagsChanged:(NSEvent*)event;
-
@end
@implementation PuglOpenGLView