mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #172] Painter/Xform2D: Return statement is never reached. #74
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ismail-yilmaz on GitHub (Nov 25, 2023).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/172
fb22b9b361/uppsrc/Painter/Xform2D.cpp (L34)The above return statement in Xform2D::GetClass method is never reached.
@mirek-fidler commented on GitHub (Nov 27, 2023):
True. That said, GetClass does not seem to be used anywhere anyway, I vote
for completely removing it...
On Sat, Nov 25, 2023 at 4:30 PM İsmail Yılmaz @.***>
wrote:
@ismail-yilmaz commented on GitHub (Nov 27, 2023):
I'm also fine with removing it. While I use Xform2D matrix a lot, I never needed the GetClass method either.