1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Removed obsolete stuff

This commit is contained in:
Martin Tůma 2020-03-27 20:47:45 +01:00
parent 1f5ecdfc38
commit 3ef2361523

View File

@ -26,7 +26,6 @@ class FileBrowser;
class GraphTab;
class MapView;
class Map;
class MapList;
class POI;
class QScreen;
class MapAction;
@ -213,7 +212,6 @@ private:
QList<GraphTab*> _tabs;
POI *_poi;
MapList *_ml;
Map *_map;
FileBrowser *_browser;