bezier: remove unused local variable

This commit is contained in:
Danny Robson 2015-02-20 16:06:28 +11:00
parent 0f9e0fe5a7
commit 43fcd59d80

View File

@ -364,8 +364,6 @@ template <size_t S>
util::region2f
util::bezier<S>::region (void) const
{
util::region2f r;
float x0 = m_points[0].x;
float y0 = m_points[0].y;