summaryrefslogtreecommitdiffstats
path: root/src/notebook.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-24 16:46:14 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-24 16:46:14 (EDT)
commit1f8fc99cabe1acd886342e7c61e5e492fea125d1 (patch)
treede7fffc95b31dfc1718f4d7bc70ab10a884d0df3 /src/notebook.c
parent9c87d85d565c1b12fa7a5e7c45eca091cc4b6f38 (diff)
downloadmarquee-1f8fc99cabe1acd886342e7c61e5e492fea125d1.zip
marquee-1f8fc99cabe1acd886342e7c61e5e492fea125d1.tar.gz
marquee-1f8fc99cabe1acd886342e7c61e5e492fea125d1.tar.bz2
MqNotebook: Drop a G_GNUC_UNUSED attribute macro
Diffstat (limited to 'src/notebook.c')
-rw-r--r--src/notebook.c3
1 files changed, 1 insertions, 2 deletions
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;