Skip to content

Commit

Permalink
[libngf] Remove states not supported by the server.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juho Hämäläinen committed Nov 28, 2014
1 parent 0c56749 commit 64156ca
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions libngf/client.h
Expand Up @@ -51,14 +51,6 @@ typedef enum _NgfEventState
/** Event is in paused state when pause is called. */
NGF_EVENT_PAUSED = 3,

/** Event is busy, because there is a more higher priority event playing. */
NGF_EVENT_BUSY = (1 << 2),

/** Event will be played using a long tone */
NGF_EVENT_LONG = (1 << 3),

/** Event will be played using a short tone */
NGF_EVENT_SHORT = (1 << 4)
} NgfEventState;

/** Internal client structure. */
Expand Down

0 comments on commit 64156ca

Please sign in to comment.