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

@ -62,7 +62,6 @@ enum lab_node_type {
/* never returned by get_cursor_context() */
LAB_NODE_TREE,
LAB_NODE_SCALED_BUFFER,
};
enum lab_node_type node_type_parse(const char *context);