aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-10-15 17:42:54 +0200
committerDavid Robillard <d@drobilla.net>2019-10-15 17:42:54 +0200
commit1c715643fcbb3c83d51c56d99aa67f43934ca028 (patch)
tree9ae69538e8626936f5784681a075529553fbaeef /pugl/detail
parent7bbbf3cea39fedc4a3373388afb354c178e6adad (diff)
downloadpugl-1c715643fcbb3c83d51c56d99aa67f43934ca028.tar.gz
pugl-1c715643fcbb3c83d51c56d99aa67f43934ca028.tar.bz2
pugl-1c715643fcbb3c83d51c56d99aa67f43934ca028.zip
Mac: Remove unused method declaration
Diffstat (limited to 'pugl/detail')
-rw-r--r--pugl/detail/mac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pugl/detail/mac.h b/pugl/detail/mac.h
index 0652733..062737a 100644
--- a/pugl/detail/mac.h
+++ b/pugl/detail/mac.h
@@ -36,7 +36,6 @@
bool reshaped;
}
-- (void) dispatchConfigure:(NSRect)bounds;
- (void) dispatchExpose:(NSRect)rect;
- (void) setReshaped;