Skip to content

Commit

Permalink
fix warning C4930: prototyped function not called
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed May 25, 2019
1 parent 4072b2c commit d5c52d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Mod/TechDraw/App/Cosmetic.cpp
Expand Up @@ -211,9 +211,6 @@ std::string CosmeticEdge::toCSV(void) const
std::stringstream ss;
Base::Vector3d start, end;
if (geometry != nullptr) {
Base::Vector2d getStartPoint();
Base::Vector2d getEndPoint();

Base::Vector2d p2d = geometry->getStartPoint();
start = Base::Vector3d(p2d.x, p2d.y, 0.0);
p2d = geometry->getEndPoint();
Expand Down

0 comments on commit d5c52d2

Please sign in to comment.