summaryrefslogtreecommitdiff
path: root/pugl/pugl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'pugl/pugl.hpp')
-rw-r--r--pugl/pugl.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/pugl/pugl.hpp b/pugl/pugl.hpp
index 03816c2..d405759 100644
--- a/pugl/pugl.hpp
+++ b/pugl/pugl.hpp
@@ -87,8 +87,6 @@ public:
virtual void onDisplay() {}
virtual void* getContext() { return puglGetContext(_view); }
- virtual uint32_t getEventTimestamp() { return puglGetEventTimestamp(_view); }
- virtual int getModifiers() { return puglGetModifiers(_view); }
virtual void ignoreKeyRepeat(bool ignore) { puglIgnoreKeyRepeat(_view, ignore); }
virtual void grabFocus() { puglGrabFocus(_view); }
virtual PuglStatus waitForEvent() { return puglWaitForEvent(_view); }