summaryrefslogtreecommitdiffstats
path: root/src/usb-acl-helper.h
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2016-03-10 10:58:50 -0600
committerJonathon Jongsma <jjongsma@redhat.com>2016-03-11 09:52:47 -0600
commitda1b2ad771e19e1aa52828ac7dde4fffaab6b406 (patch)
treef90e2ab2510060439bad77fc78c1d1123f0c6cce /src/usb-acl-helper.h
parent9c8f8982c1b51adf98785d05323c6ab32369a682 (diff)
downloadspice-gtk-da1b2ad771e19e1aa52828ac7dde4fffaab6b406.tar.gz
spice-gtk-da1b2ad771e19e1aa52828ac7dde4fffaab6b406.tar.xz
spice-gtk-da1b2ad771e19e1aa52828ac7dde4fffaab6b406.zip
Remove spice_usb_acl_helper_close_acl()
This function is now only called after the open_acl() task completes, and in that scenario it basically does the same thing that the SpiceUsbAclHelper destructor does, so it's pointless. Remove it.
Diffstat (limited to 'src/usb-acl-helper.h')
-rw-r--r--src/usb-acl-helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usb-acl-helper.h b/src/usb-acl-helper.h
index d9a9def..aa5d3d4 100644
--- a/src/usb-acl-helper.h
+++ b/src/usb-acl-helper.h
@@ -65,7 +65,6 @@ void spice_usb_acl_helper_open_acl(SpiceUsbAclHelper *self,
gboolean spice_usb_acl_helper_open_acl_finish(
SpiceUsbAclHelper *self, GAsyncResult *res, GError **err);
-void spice_usb_acl_helper_close_acl(SpiceUsbAclHelper *self);
void spice_usb_acl_helper_cancel(SpiceUsbAclHelper *self);
G_END_DECLS