empty implementation of nctree_goto() #1643

pull/1640/head
nick black 3 years ago
parent 644b008671
commit af1641be4e
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -461,8 +461,10 @@ void* nctree_focused(nctree* n){
return n->curitem->curry;
}
/*
void* nctree_goto(nctree* n, const unsigned* spec, int* failspec){
(void)n;
(void)spec;
(void)failspec;
// FIXME
return NULL;
}
*/

Loading…
Cancel
Save