summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-11-30 17:56:18 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-12-01 10:39:49 +0000
commit404a7b02b61a86d8f8b0836069cfe8dacdf27b34 (patch)
treedbfc25503a020c0bf1a1515217bf8d35e5df2417 /src/connection.h
parent5c395b47ac277179fafb153340656598c7348bf8 (diff)
downloadtelepathy-haze-404a7b02b61a86d8f8b0836069cfe8dacdf27b34.tar.gz
Use the TpBaseContactList
This requires some changes in the tests: * the actor that's assumed for some group changes now differs * anyone who sends us a publication request appears in the 'stored' list
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/connection.h b/src/connection.h
index a0a3043..a7b5e5a 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -35,14 +35,6 @@
G_BEGIN_DECLS
-/* Must be in the same order as list_handle_strings in connection.c */
-typedef enum
-{
- HAZE_LIST_HANDLE_SUBSCRIBE = 1,
- HAZE_LIST_HANDLE_PUBLISH,
- HAZE_LIST_HANDLE_STORED,
-} HazeListHandle;
-
typedef struct _HazeConnection HazeConnection;
typedef struct _HazeConnectionPrivate HazeConnectionPrivate;
typedef struct _HazeConnectionClass HazeConnectionClass;