mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-01 13:10:35 +00:00
Remove inaccurate G_GNUC_UNUSED
The 'user_data' variable is used in the callback.
This commit is contained in:
parent
276ca0f753
commit
56cda33ff8
@ -387,7 +387,7 @@ menu_item_set_active_no_signal(GtkMenuItem *menuitem,
|
||||
|
||||
static void updated_cdrom_cb(GObject *source_object,
|
||||
GAsyncResult *result,
|
||||
G_GNUC_UNUSED gpointer user_data)
|
||||
gpointer user_data)
|
||||
{
|
||||
GError *error = NULL;
|
||||
OvirtForeignMenu *foreign_menu;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user