From 1ff4f7414efdf311d85c56d76887b9fd32628014 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 15 Feb 2021 08:54:07 -0500 Subject: Remove deprecated enumerators --- include/pugl/pugl.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/pugl') 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 -- cgit v1.2.1