output: remove node descriptors

This commit is contained in:
tokyo4j 2025-09-07 21:47:08 +09:00 committed by Hiroaki Yamamoto
parent fb3dcb7959
commit b9b23f5931
3 changed files with 0 additions and 14 deletions

View file

@ -59,9 +59,6 @@ enum lab_node_type {
LAB_NODE_LAYER_POPUP,
LAB_NODE_SESSION_LOCK_SURFACE,
LAB_NODE_IME_POPUP,
/* never returned by get_cursor_context() */
LAB_NODE_TREE,
};
enum lab_node_type node_type_parse(const char *context);