Remove incorrect G_GNUC_UNUSED from remote_viewer_window_added

The 'app' parameter is used in the function.
This commit is contained in:
Christophe Fergeau 2014-06-26 21:23:39 +02:00
parent 7d2dc19717
commit 4eaeab65a3

View File

@ -616,7 +616,7 @@ remote_viewer_activate(VirtViewerApp *app, GError **error)
}
static void
remote_viewer_window_added(VirtViewerApp *app G_GNUC_UNUSED,
remote_viewer_window_added(VirtViewerApp *app,
VirtViewerWindow *win)
{
spice_menu_update(REMOTE_VIEWER(app), win);