diff options
Diffstat (limited to 'src/caps-channel-manager.c')
-rw-r--r-- | src/caps-channel-manager.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/caps-channel-manager.c b/src/caps-channel-manager.c index dea13a652..135427aa0 100644 --- a/src/caps-channel-manager.c +++ b/src/caps-channel-manager.c @@ -42,21 +42,6 @@ gabble_caps_channel_manager_default_init ( /* Virtual-method wrappers */ void -gabble_caps_channel_manager_reset_capabilities ( - GabbleCapsChannelManager *caps_manager) -{ - GabbleCapsChannelManagerInterface *iface = - GABBLE_CAPS_CHANNEL_MANAGER_GET_INTERFACE (caps_manager); - GabbleCapsChannelManagerResetCapsFunc method = iface->reset_caps; - - if (method != NULL) - { - method (caps_manager); - } - /* ... else assume there is no need to reset the caps */ -} - -void gabble_caps_channel_manager_get_contact_capabilities ( GabbleCapsChannelManager *caps_manager, TpHandle handle, |