ax3l / lines-are-beautiful

C++ File API for the reMarkable tablet
GNU General Public License v3.0
99 stars 9 forks source link

Remove count-members #11

Open ax3l opened 6 years ago

ax3l commented 6 years ago

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.