aboutsummaryrefslogtreecommitdiffstats
path: root/pugl/detail/mac.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-16 20:32:32 +0100
committerDavid Robillard <d@drobilla.net>2020-03-16 21:21:15 +0100
commitfc32174ab3902a5221767a3ce04e065209d9975c (patch)
treeb614fe875b9c0087906f91ead5fe330ffae18c3b /pugl/detail/mac.h
parenta54361853bdfa08437c2858e603ce6202fb341b2 (diff)
downloadpugl-fc32174ab3902a5221767a3ce04e065209d9975c.tar.gz
pugl-fc32174ab3902a5221767a3ce04e065209d9975c.tar.bz2
pugl-fc32174ab3902a5221767a3ce04e065209d9975c.zip
Simplify puglRequestAttention()
Now that timers are exposed, applications can repeatedly nag for attention themselves if they really want to.
Diffstat (limited to 'pugl/detail/mac.h')
-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 d167f76..5bc1a2e 100644
--- a/pugl/detail/mac.h
+++ b/pugl/detail/mac.h
@@ -32,7 +32,6 @@
NSTrackingArea* trackingArea;
NSMutableAttributedString* markedText;
NSTimer* timer;
- NSTimer* urgentTimer;
NSMutableDictionary* userTimers;
bool reshaped;
}