]> granicus.if.org Git - graphviz/commit
avoid unused args in ps_image_free
authorCosta Shulyupin <constantine.shulyupin@gmail.com>
Wed, 16 Feb 2022 10:57:08 +0000 (12:57 +0200)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 1 Mar 2022 15:38:28 +0000 (07:38 -0800)
commita753929b916541e98f5fb120ff2fe894846cc2bc
tree9b88d49b28f6a6884087a2b9776efb115c0baab9
parent1b393f0b144f6299fd42d18e50d8b617240d55e3
avoid unused args in ps_image_free

the function must have signature, compatible
typedef void (*Dtfree_f)(Dt_t*,void*,Dtdisc_t*);
lib/common/psusershape.c