From 1f8fc99cabe1acd886342e7c61e5e492fea125d1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 24 Oct 2017 16:46:14 -0400 Subject: MqNotebook: Drop a G_GNUC_UNUSED attribute macro --- (limited to 'src') diff --git a/src/notebook.c b/src/notebook.c index 2a85601..274a486 100644 --- a/src/notebook.c +++ b/src/notebook.c @@ -170,8 +170,7 @@ create_tab_tree_model(MqNotebook *notebook, GtkTreeIter **select_tree_iter) } static void -tab_tree_row_activated_cb(GtkTreeView G_GNUC_UNUSED *tree_view, - GtkTreePath *tree_path, +tab_tree_row_activated_cb(GtkTreeView *tree_view, GtkTreePath *tree_path, GtkTreeViewColumn G_GNUC_UNUSED *tree_view_column, MqNotebook *notebook) { GtkTreeModel *tree_model; -- cgit v0.9.1