summaryrefslogtreecommitdiff
path: root/telepathy-farstream/content-priv.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2011-03-10 15:51:08 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2011-06-24 17:38:48 -0400
commit9de505068df17515f6a5e35bbd4ab10f8206cad7 (patch)
tree226321c0eda95d174d3b941e46af935430e0803e /telepathy-farstream/content-priv.h
parent15bf8d8ec7375780bd4277e46a7f506b6217a7b3 (diff)
Remove tf_content_set_codec_preferences
Diffstat (limited to 'telepathy-farstream/content-priv.h')
-rw-r--r--telepathy-farstream/content-priv.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/telepathy-farstream/content-priv.h b/telepathy-farstream/content-priv.h
index ec3c83174..3842bd427 100644
--- a/telepathy-farstream/content-priv.h
+++ b/telepathy-farstream/content-priv.h
@@ -18,10 +18,6 @@ struct _TfContent {
struct _TfContentClass{
GObjectClass parent_class;
- gboolean (*set_codec_preferences) (TfContent *self,
- GList *codec_preferences,
- GError **error);
-
void (*content_error) (TfContent *chan,
guint reason, /* TfFutureContentRemovalReason */
const gchar *detailed_reason,