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 f38c4fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/engraving/infrastructure/shape.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ class Shape
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 f38c4fc

Please sign in to comment.