Skip to content
Snippets Groups Projects
  • Sven M. Hallberg's avatar
    get rid of ts variable in act_txtobj · fbbf2c68
    Sven M. Hallberg authored
    The node member of TextState_T seems to be written only in one place in
    parse_pagenode(), and in such a way that the assertion "ts->node == node"
    must always hold. So we might as well assign node where it said ts->node
    and get rid of ts completely.
    fbbf2c68
    History