diff options
author | David Robillard <d@drobilla.net> | 2017-07-23 10:50:01 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-07-23 10:50:01 +0200 |
commit | 5a1dacefe8ab25d743c0d0fbce6fa1aca5d2c9cb (patch) | |
tree | 13cc2df37f90b8659fbc2f5746c88b56aeeeeb3e /pugl | |
parent | 34c74f896e7bfc3d8e870a5398987847f445c018 (diff) | |
download | pugl-5a1dacefe8ab25d743c0d0fbce6fa1aca5d2c9cb.tar.gz pugl-5a1dacefe8ab25d743c0d0fbce6fa1aca5d2c9cb.tar.bz2 pugl-5a1dacefe8ab25d743c0d0fbce6fa1aca5d2c9cb.zip |
Fix duplicate method declaration
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/pugl_osx.m | 1 |
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; |