]> granicus.if.org Git - graphviz/commit
global_def: remove 'dclfun' argument
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 15 Aug 2021 19:16:14 +0000 (12:16 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 19 Aug 2021 02:45:11 +0000 (19:45 -0700)
commit6a19ccd0683f9573a108da43788588eff3b84220
treee6b114c29b11fadf3f777aca3cdd764cdd09ff54
parent00e3d9dfd51865dab53ca65dc6c03003356549b1
global_def: remove 'dclfun' argument

This function is only ever called with `agattr` as this parameter. Removing this
takes care of the sole use of `agattr` with a function pointer, clearing the way
to modify the type signature of `agattr`. Related to #634.
lib/common/input.c