summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-07-23 10:50:01 +0200
committerDavid Robillard <d@drobilla.net>2017-07-23 10:50:01 +0200
commit5a1dacefe8ab25d743c0d0fbce6fa1aca5d2c9cb (patch)
tree13cc2df37f90b8659fbc2f5746c88b56aeeeeb3e
parent34c74f896e7bfc3d8e870a5398987847f445c018 (diff)
Fix duplicate method declaration
-rw-r--r--pugl/pugl_osx.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/pugl_osx.m b/pugl/pugl_osx.m
index 8bcbe42..a9e34f0 100644
--- a/pugl/pugl_osx.m
+++ b/pugl/pugl_osx.m
@@ -130,7 +130,6 @@ struct PuglInternalsImpl {
- (void) rightMouseDragged:(NSEvent*)event;
- (void) mouseDown:(NSEvent*)event;
- (void) mouseUp:(NSEvent*)event;
-- (void) rightMouseDragged:(NSEvent*)event;
- (void) rightMouseDown:(NSEvent*)event;
- (void) rightMouseUp:(NSEvent*)event;
- (void) otherMouseDragged:(NSEvent*)event;