fixed warning - removed unused variable

This commit is contained in:
incredibleLeitman 2020-11-30 23:27:55 +01:00
parent 885ef158c3
commit 6dba519709

View File

@ -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)));