--- a/libpurple/media/enum-types.h Sun Apr 05 10:51:18 2015 -0700 +++ b/libpurple/media/enum-types.h Tue Apr 07 22:40:50 2015 +0100 @@ -110,28 +110,6 @@ } PurpleMediaState; /** - * PurpleMediaCipher: - * - * Media ciphers - */ -typedef enum { - PURPLE_MEDIA_CIPHER_NULL, - PURPLE_MEDIA_CIPHER_AES_128_ICM, - PURPLE_MEDIA_CIPHER_AES_256_ICM -} PurpleMediaCipher; - -/** - * PurpleMediaAuthentication: - * - * Media message authentication algorithms - */ -typedef enum { - PURPLE_MEDIA_AUTHENTICATION_NULL, - PURPLE_MEDIA_AUTHENTICATION_HMAC_SHA1_32, - PURPLE_MEDIA_AUTHENTICATION_HMAC_SHA1_80 -} PurpleMediaAuthentication; - -/** * Gets the media candidate type's GType * * @return The media candidate type's GType. @@ -185,24 +163,6 @@ */ GType purple_media_state_changed_get_type(void); -/** - * purple_media_cipher_get_type: - * - * Gets the type of the cipher enum - * - * Returns: The cipher enum's GType - */ -GType purple_media_cipher_get_type(void); - -/** - * purple_media_authentication_get_type: - * - * Gets the type of the authentication enum - * - * Returns: The authentication enum's GType - */ -GType purple_media_authentication_get_type(void); - G_END_DECLS #endif /* _PURPLE_MEDIA_ENUM_TYPES_ */