aboutsummaryrefslogtreecommitdiffstats
path: root/libmatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmatrix.h')
-rw-r--r--libmatrix.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmatrix.h b/libmatrix.h
index 38063d6..e485512 100644
--- a/libmatrix.h
+++ b/libmatrix.h
@@ -50,10 +50,4 @@
/* identifiers for the chat info / "components" */
#define PRPL_CHAT_INFO_ROOM_ID "room_id"
-typedef struct _MatrixConnectionData {
- struct _PurpleConnection *pc;
- gchar *homeserver; /* hostname (:port) of the homeserver */
- gchar *access_token; /* access token corresponding to our user */
-} MatrixConnectionData;
-
#endif