Skip to content
Snippets Groups Projects
Commit b7da067b authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#2926] Remove useless error emssage

Treeview selection callback is called whatever object is clicked in main window.
parent 22c238d1
Branches
Tags
No related merge requests found
......@@ -91,7 +91,6 @@ call_selected_cb(GtkTreeSelection *sel, void* data UNUSED )
if (! gtk_tree_selection_get_selected (sel, &model, &iter)) {
ERROR("CallTree: Not a valid selection, returning");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment