mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
memprofpage: cleanup warnings
This commit is contained in:
@ -845,6 +845,7 @@ descendants_view_move_cursor_cb (GtkTreeView *descendants_view,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static void
|
static void
|
||||||
copy_tree_view_selection_cb (GtkTreeModel *model,
|
copy_tree_view_selection_cb (GtkTreeModel *model,
|
||||||
GtkTreePath *path,
|
GtkTreePath *path,
|
||||||
@ -899,7 +900,6 @@ copy_tree_view_selection (GtkTreeView *tree_view)
|
|||||||
gtk_clipboard_set_text (clipboard, str->str, str->len);
|
gtk_clipboard_set_text (clipboard, str->str, str->len);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
|
||||||
/* use widget action */
|
/* use widget action */
|
||||||
static void
|
static void
|
||||||
sysprof_memprof_page_copy_cb (GtkWidget *widget,
|
sysprof_memprof_page_copy_cb (GtkWidget *widget,
|
||||||
|
|||||||
Reference in New Issue
Block a user