defs: remove invalid direction

Anything not in the enum is invalid
This commit is contained in:
Wim Taymans 2017-05-16 09:06:37 +02:00
parent 1079d433ef
commit b80fc0b08e
3 changed files with 4 additions and 6 deletions

View file

@ -71,7 +71,6 @@ const char * pinos_node_state_as_string (PinosNodeState state);
* The direction of a port
*/
enum _PinosDirection {
PINOS_DIRECTION_INVALID = SPA_DIRECTION_INVALID,
PINOS_DIRECTION_INPUT = SPA_DIRECTION_INPUT,
PINOS_DIRECTION_OUTPUT = SPA_DIRECTION_OUTPUT
};