summaryrefslogtreecommitdiff
path: root/gusb/gusb-autocleanups.h
diff options
context:
space:
mode:
Diffstat (limited to 'gusb/gusb-autocleanups.h')
-rw-r--r--gusb/gusb-autocleanups.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gusb/gusb-autocleanups.h b/gusb/gusb-autocleanups.h
index ce7dc45..0adf613 100644
--- a/gusb/gusb-autocleanups.h
+++ b/gusb/gusb-autocleanups.h
@@ -29,7 +29,6 @@
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUsbContext, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUsbDevice, g_object_unref)
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUsbInterface, g_object_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GUsbDeviceList, g_object_unref)
#endif