Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 793635c

Browse filesBrowse files
authored
Merge pull request #9258 from skx19952/unused-variables
Remove four unused variables in src/_path.h.
2 parents 17ec416 + c08e75a commit 793635c
Copy full SHA for 793635c

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎src/_path.h

Copy file name to clipboardExpand all lines: src/_path.h
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,6 @@ bool path_intersects_rectangle(PathIterator &path,
904904

905905
double cx = (rect_x1 + rect_x2) * 0.5, cy = (rect_y1 + rect_y2) * 0.5;
906906
double w = fabs(rect_x1 - rect_x2), h = fabs(rect_y1 - rect_y2);
907-
double xmin = std::min(rect_x1, rect_x2), xmax = std::max(rect_x1, rect_x2);
908-
double ymin = std::min(rect_x1, rect_x2), ymax = std::max(rect_x1, rect_x2);
909907

910908
double x1, y1, x2, y2;
911909

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.