lines-are-beautiful icon indicating copy to clipboard operation
lines-are-beautiful copied to clipboard

Remove count-members

Open ax3l opened this issue 5 years ago • 0 comments

In the structs, count-members are ill-designed and can be outdated when the containers get updated (npages, nlayers, etc.).

Instead, use local vars during read and access .size() of the container when needed from the struct.

ax3l avatar Jul 30 '18 00:07 ax3l