scaled-buffer: remove *_from_node() functions

This commit is contained in:
tokyo4j 2025-09-07 21:45:29 +09:00 committed by Hiroaki Yamamoto
parent 3923b27384
commit fb3dcb7959
9 changed files with 0 additions and 44 deletions

View file

@ -332,7 +332,6 @@ get_cursor_context(struct server *server)
ret.type = LAB_NODE_MENUITEM;
return ret;
case LAB_NODE_TREE:
case LAB_NODE_SCALED_BUFFER:
/* Continue to parent node */
break;
default: