lib: remove BT_NOTIFICATION_TYPE_{UNKNOWN,NR}
[babeltrace.git] / include / babeltrace / graph / notification.h
index ba3d23576b1f876ac6b138e796b63e56e18c7a92..658fe0e8c7a5f1909953563d1f2c268c0f1af46b 100644 (file)
@@ -37,14 +37,12 @@ typedef struct bt_notification **bt_notification_array;
  * Notification types. Unhandled notification types should be ignored.
  */
 enum bt_notification_type {
-       BT_NOTIFICATION_TYPE_UNKNOWN =                  -1,
        BT_NOTIFICATION_TYPE_EVENT =                    0,
        BT_NOTIFICATION_TYPE_INACTIVITY =               1,
        BT_NOTIFICATION_TYPE_STREAM_BEGIN =             2,
        BT_NOTIFICATION_TYPE_STREAM_END =               3,
        BT_NOTIFICATION_TYPE_PACKET_BEGIN =             4,
        BT_NOTIFICATION_TYPE_PACKET_END =               5,
-       BT_NOTIFICATION_TYPE_NR, /* Not part of ABI. */
 };
 
 /**
This page took 0.023671 seconds and 4 git commands to generate.