summaryrefslogtreecommitdiff
path: root/src/mcd-account-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-account-priv.h')
-rw-r--r--src/mcd-account-priv.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index 269feb62..c4991325 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -123,19 +123,6 @@ G_GNUC_INTERNAL McdChannel *_mcd_account_create_request (
gboolean use_existing,
McdRequest **request_out, GError **error);
-typedef struct _McdAccountConnectionContext McdAccountConnectionContext;
-
-G_GNUC_INTERNAL
-McdAccountConnectionContext *_mcd_account_get_connection_context
- (McdAccount *self);
-
-G_GNUC_INTERNAL
-void _mcd_account_set_connection_context (McdAccount *self,
- McdAccountConnectionContext *c);
-
-G_GNUC_INTERNAL void _mcd_account_connection_context_free
- (McdAccountConnectionContext *c);
-
typedef void (*McdAccountDupParametersCb) (McdAccount *account,
GHashTable *params,
gpointer user_data);