fixed warning - removed unused variable
This commit is contained in:
parent
885ef158c3
commit
6dba519709
@ -134,7 +134,6 @@ public:
|
||||
std::list<Point> points;
|
||||
|
||||
float x = 0;
|
||||
float y = 0;
|
||||
for (int i = 0; i < valCount; ++i)
|
||||
{
|
||||
x = OFFSET + static_cast <float> (rand()) / (static_cast <float> (RAND_MAX / (std::min(WIDTH, HEIGHT) - 2 * OFFSET)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user