]> granicus.if.org Git - graphviz/commit
remove function pointer noise
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Apr 2021 05:17:46 +0000 (22:17 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Apr 2021 20:31:57 +0000 (13:31 -0700)
commit4c6a50f80b981ef542cff62db1adf92dddf48408
tree207a4692a39ee8444621ae9ce5acfd5691ffae86
parent5058fc6d41bb2a380d242f640b2f2b5211b619f5
remove function pointer noise

When calling through a function pointer in C, you do not need to explicitly
dereference it. The compiler understands how to deal with these addressing
complications.
lib/neatogen/voronoi.c