1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 19:52:09 +01:00

Removed obsolete define

This commit is contained in:
Martin Tůma 2018-08-23 20:33:14 +02:00
parent 1f71b3a3b2
commit 92ac7c0c10

View File

@ -3,8 +3,6 @@
#include "image.h"
#define TILE_SIZE 256
Image::Image(const QString &fileName) : _img(fileName), _ratio(1.0)
{
}