Skip to content

Commit 753e775

Browse files
STYLE: Remove unused private member m_PointsStartPosition from OBJMeshIO
Note that the member variable was already there, unused, with the initial OBJMeshIO commit, 9403e3b, "ENH: Add mesh IO" by Wanlin Zhu, 10 Aug 2011. The similar OFFMeshIO class also has a m_PointsStartPosition member, but OFFMeshIO _does_ use it! Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent f9a6f13 commit 753e775

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Modules/IO/MeshOBJ/include/itkOBJMeshIO.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ class ITKIOMeshOBJ_EXPORT OBJMeshIO : public MeshIOBase
181181
private:
182182
[[nodiscard]] std::ifstream
183183
OpenFile() const;
184-
185-
std::streampos m_PointsStartPosition{}; // file position for points relative to
186-
// std::ios::beg
187184
};
188185
} // end namespace itk
189186

0 commit comments

Comments
 (0)