aboutsummaryrefslogtreecommitdiffstats
path: root/src/mac.m
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-01 23:03:28 -0500
committerDavid Robillard <d@drobilla.net>2023-01-02 13:20:26 -0500
commitce5ac338e7006911692c5f5f257d9ea583716446 (patch)
treea7e4e25d28f64dcfcd67d0d55348b89ad6aa0f34 /src/mac.m
parentabe98d55c8775619f9392e16289c6d15c06b39b6 (diff)
downloadpugl-ce5ac338e7006911692c5f5f257d9ea583716446.tar.gz
pugl-ce5ac338e7006911692c5f5f257d9ea583716446.tar.bz2
pugl-ce5ac338e7006911692c5f5f257d9ea583716446.zip
Remove dead code
Diffstat (limited to 'src/mac.m')
-rw-r--r--src/mac.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mac.m b/src/mac.m
index 19523b4..152874a 100644
--- a/src/mac.m
+++ b/src/mac.m
@@ -829,11 +829,6 @@ handleCrossing(PuglWrapperView* view, NSEvent* event, const PuglEventType type)
[super viewWillDraw];
}
-- (void)resizeTick
-{
- puglPostRedisplay(puglview);
-}
-
- (void)timerTick:(NSTimer*)userTimer
{
const NSNumber* userInfo = userTimer.userInfo;