summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-02-17 19:19:44 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-02-23 12:46:25 +0000
commitca86afb5cde89cc1832ed002a59cef6f51916ef4 (patch)
tree364308cb7d55c0741383252a92dbb51cb92c8dff /src
parentd88193074f1f1d9f4d618932821dbab36a474182 (diff)
downloadtelepathy-gabble-ca86afb5cde89cc1832ed002a59cef6f51916ef4.tar.gz
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.
Diffstat (limited to 'src')
-rw-r--r--src/types.h6
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