memprofpage: cleanup warnings

This commit is contained in:
Christian Hergert
2021-09-28 13:39:09 -07:00
parent 304b2901ac
commit ae25672f0e

View File

@ -845,6 +845,7 @@ descendants_view_move_cursor_cb (GtkTreeView *descendants_view,
}
}
#if 0
static void
copy_tree_view_selection_cb (GtkTreeModel *model,
GtkTreePath *path,
@ -899,7 +900,6 @@ copy_tree_view_selection (GtkTreeView *tree_view)
gtk_clipboard_set_text (clipboard, str->str, str->len);
}
#if 0
/* use widget action */
static void
sysprof_memprof_page_copy_cb (GtkWidget *widget,