bezier: remove unused local variable
This commit is contained in:
parent
0f9e0fe5a7
commit
43fcd59d80
@ -364,8 +364,6 @@ template <size_t S>
|
|||||||
util::region2f
|
util::region2f
|
||||||
util::bezier<S>::region (void) const
|
util::bezier<S>::region (void) const
|
||||||
{
|
{
|
||||||
util::region2f r;
|
|
||||||
|
|
||||||
float x0 = m_points[0].x;
|
float x0 = m_points[0].x;
|
||||||
float y0 = m_points[0].y;
|
float y0 = m_points[0].y;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user