]> granicus.if.org Git - graphviz/commit
gvc: remove unused 'gvevent_modify'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 17 Jul 2022 22:16:17 +0000 (15:16 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 23 Jul 2022 00:14:28 +0000 (17:14 -0700)
commit10bb84a018cdea61243023f8759d35daf64aa3ea
tree9e09abaccddb6eab802f3ab6cbb0223f47a88129
parentaf38cf05e415d74df5195850902daac1a1f456df
gvc: remove unused 'gvevent_modify'

The `modify` field was added to `gvdevice_callbacks_t` in
50df9e82edcb61c5650f81ca317a31c9493ed07e, but seemingly has never been used by
any in-tree plugin. This commit removes a no-op, never-called callback for it,
squashing some -Wunused-parameter warnings.

This commit does not remove the member because it is part of the public API. We
are assuming the convention is to check these pointers against null before
calling them, like the other GVC structs. But the struct has no comment
explaining it nor how it is meant to be used, so we cannot be sure how/if users
would be relying on this.
lib/gvc/gvevent.c