diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2012-02-17 19:19:44 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-02-23 12:46:25 +0000 |
commit | ca86afb5cde89cc1832ed002a59cef6f51916ef4 (patch) | |
tree | 364308cb7d55c0741383252a92dbb51cb92c8dff | |
parent | d88193074f1f1d9f4d618932821dbab36a474182 (diff) |
Remove unused JingleInitiator type.
It would actually be better if a two-element version of this without the
INVALID element had been used throughout rather than booleans to
represent the direction of a session… but oh well.
-rw-r--r-- | src/types.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/types.h b/src/types.h index 597f7d1f1..1c9de3f1a 100644 --- a/src/types.h +++ b/src/types.h @@ -54,12 +54,6 @@ struct _GabbleDiscoIdentity gchar *name; }; -typedef enum { - INITIATOR_INVALID = -1, - INITIATOR_LOCAL = 0, - INITIATOR_REMOTE, -} JingleInitiator; - G_END_DECLS #endif |