summaryrefslogtreecommitdiff
path: root/gabble
diff options
context:
space:
mode:
authorDebarshi Ray <rishi@gnu.org>2012-11-09 16:55:42 +0100
committerDebarshi Ray <rishi@gnu.org>2012-11-09 16:55:42 +0100
commit37102bbdc665c58cd17dbb635fde31027e5d6111 (patch)
tree00b42224284be97b864966808fcf6f92d2638348 /gabble
parent1bd50bc9f5e1cab09b506cea8dd1985b98dfe5e1 (diff)
caps-channel-manager: Drop reset_caps, which is now unused
Fixes: https://bugs.freedesktop.org/56181
Diffstat (limited to 'gabble')
-rw-r--r--gabble/caps-channel-manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gabble/caps-channel-manager.h b/gabble/caps-channel-manager.h
index fce6026ea..898529fe0 100644
--- a/gabble/caps-channel-manager.h
+++ b/gabble/caps-channel-manager.h
@@ -89,7 +89,6 @@ void gabble_caps_channel_manager_represent_client (
struct _GabbleCapsChannelManagerInterface {
GTypeInterface parent;
- GabbleCapsChannelManagerResetCapsFunc reset_caps;
GabbleCapsChannelManagerGetContactCapsFunc get_contact_caps;
GabbleCapsChannelManagerRepresentClientFunc represent_client;