Skip to content

Commit

Permalink
Fix Visual Studio warning
Browse files Browse the repository at this point in the history
reg.: Function definition for 'xMostEdgeAtY' not found (VCR001)
  • Loading branch information
Jojo-Schmitz committed Nov 7, 2024
1 parent d3cdf17 commit 28915e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/engraving/infrastructure/shape.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ class Shape
double bottom() const;
double rightMostEdgeAtHeight(double yAbove, double yBelow) const;
double leftMostEdgeAtHeight(double yAbove, double yBelow) const;

double xMostEdgeAtY(const bool isTop, const bool isLeft) const;
double leftMostEdgeAtTop() const;

bool contains(const PointF&) const;
Expand Down

0 comments on commit 28915e8

Please sign in to comment.