summaryrefslogtreecommitdiff
path: root/telepathy-glib/message-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-09 15:05:52 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-12-09 15:05:52 +0100
commitf897db4c658eccc2896f99d9434265a48df032af (patch)
tree8839c4808795bddd7bae80805530065bc89289e6 /telepathy-glib/message-internal.h
parent304df4ef0feec1ba6c72f6c6111a82653bf7073f (diff)
downloadtelepathy-glib-f897db4c658eccc2896f99d9434265a48df032af.tar.gz
move TpMessage message-mixin specific variables to TpCMMessage
Diffstat (limited to 'telepathy-glib/message-internal.h')
-rw-r--r--telepathy-glib/message-internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/telepathy-glib/message-internal.h b/telepathy-glib/message-internal.h
index e55b4c9a3..64c115c21 100644
--- a/telepathy-glib/message-internal.h
+++ b/telepathy-glib/message-internal.h
@@ -44,16 +44,6 @@ struct _TpMessage {
/* array of hash tables, allocated string => sliced GValue */
GPtrArray *parts;
-
- /* from here down is implementation-specific for TpMessageMixin */
-
- /* for receiving */
- guint32 incoming_id;
-
- /* for sending */
- DBusGMethodInvocation *outgoing_context;
- TpMessageSendingFlags outgoing_flags;
- gboolean outgoing_text_api;
};
void _tp_message_set_immutable (TpMessage *self);