aboutsummaryrefslogtreecommitdiffstats
path: root/include/pugl
diff options
context:
space:
mode:
Diffstat (limited to 'include/pugl')
-rw-r--r--include/pugl/pugl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/pugl/pugl.h b/include/pugl/pugl.h
index 6c30d8e..e537e8c 100644
--- a/include/pugl/pugl.h
+++ b/include/pugl/pugl.h
@@ -190,13 +190,6 @@ typedef enum {
PUGL_TIMER, ///< Timer triggered, a #PuglEventTimer
PUGL_LOOP_ENTER, ///< Recursive loop entered, a #PuglEventLoopEnter
PUGL_LOOP_LEAVE, ///< Recursive loop left, a #PuglEventLoopLeave
-
-#ifndef PUGL_DISABLE_DEPRECATED
- PUGL_ENTER_NOTIFY PUGL_DEPRECATED_BY("PUGL_POINTER_IN") = PUGL_POINTER_IN,
- PUGL_LEAVE_NOTIFY PUGL_DEPRECATED_BY("PUGL_POINTER_OUT") = PUGL_POINTER_OUT,
- PUGL_MOTION_NOTIFY PUGL_DEPRECATED_BY("PUGL_MOTION") = PUGL_MOTION,
-#endif
-
} PuglEventType;
/// Common flags for all event types