summaryrefslogtreecommitdiffstats
path: root/include/xas
diff options
context:
space:
mode:
Diffstat (limited to 'include/xas')
-rw-r--r--include/xas/seq.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/xas/seq.h b/include/xas/seq.h
index eabf3e3..887276b 100644
--- a/include/xas/seq.h
+++ b/include/xas/seq.h
@@ -23,18 +23,10 @@ enum xas_seq_event_type {
XAS_SEQ_EVENT_STOP
};
-enum xas_seq_object_type {
- XAS_SEQ_OBJECT_ANY,
- XAS_SEQ_OBJECT_SYNTH,
- XAS_SEQ_OBJECT_VOX,
- XAS_SEQ_OBJECT_BANK_PLAYER
-};
-
typedef struct _xas_seq_event xas_seq_event;
struct _xas_seq_event {
enum xas_seq_event_type type;
- enum xas_seq_object_type objtype;
xas_spatial_object *object;