From 803c4aecce9866b5a1a73a6e0aabc535df3da2e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Fri, 1 Apr 2016 19:35:57 +0200 Subject: [PATCH] Removed debug code --- src/map.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/map.cpp b/src/map.cpp index 10b6864a..24f046f7 100644 --- a/src/map.cpp +++ b/src/map.cpp @@ -5,8 +5,6 @@ #include "config.h" #include "map.h" -#include - Map::Map(QObject *parent, const QString &name, const QString &url) : QObject(parent)