]> granicus.if.org Git - graphviz/commit
Agglomerative_Ink_Bundling: remove unused 'prev' pointers
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 Jan 2022 22:04:37 +0000 (14:04 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 16 Jan 2022 18:51:42 +0000 (10:51 -0800)
commit0b2f735a9cd0f9cdf00814a0e3e88e2bb4a5f29d
tree9b9ed9acf9e9e7467bc4fb5369c5b89fd2bf9cff
parent3f5c35905ab473cd24b0512acc717f8a9ab76afb
Agglomerative_Ink_Bundling: remove unused 'prev' pointers

This struct was used as a node in a doubly-linked list. But the back pointers
were never used. This commit simplifies it into a singly-linked-list.
lib/mingle/agglomerative_bundling.cpp
lib/mingle/agglomerative_bundling.h