[studio] Cleanup
All checks were successful
Build / build (push) Successful in 1m22s

This commit is contained in:
Gary Talent 2025-04-14 22:00:05 -05:00
parent 889bec04b1
commit 2094450898

View File

@ -71,12 +71,6 @@ class SelectionTracker {
return m_selectionOngoing; return m_selectionOngoing;
} }
constexpr void startSelection(ox::Point cursor) noexcept {
m_pointA = cursor;
m_pointB = cursor;
m_selectionOngoing = true;
}
/** /**
* *
* @param cursor * @param cursor