summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-07-01 14:08:03 +0200
committerMichal Klocek <michal.klocek@theqtcompany.com>2015-07-03 14:30:17 +0000
commitacd38b1f307788bc9a860c34e008f39720734b85 (patch)
treedc9db8ba46b34049d77f1bed1dacb0c450406de1
parent10fb5986fee916f70e2ab0b9d250a38cc747843b (diff)
Remove unused function from qdeclarativegeomap
Change-Id: Ib287999cdd734875ebbb6cd775b694389a32b069 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--src/imports/location/qdeclarativegeomap.cpp10
-rw-r--r--src/imports/location/qdeclarativegeomap_p.h1
2 files changed, 0 insertions, 11 deletions
diff --git a/src/imports/location/qdeclarativegeomap.cpp b/src/imports/location/qdeclarativegeomap.cpp
index e065c630..f948b0c3 100644
--- a/src/imports/location/qdeclarativegeomap.cpp
+++ b/src/imports/location/qdeclarativegeomap.cpp
@@ -540,16 +540,6 @@ void QDeclarativeGeoMap::mappingManagerInitialized()
/*!
\internal
*/
-void QDeclarativeGeoMap::updateMapDisplay(const QRectF &target)
-{
- Q_UNUSED(target);
- QQuickItem::update();
-}
-
-
-/*!
- \internal
-*/
QDeclarativeGeoServiceProvider *QDeclarativeGeoMap::plugin() const
{
return m_plugin;
diff --git a/src/imports/location/qdeclarativegeomap_p.h b/src/imports/location/qdeclarativegeomap_p.h
index 93f9426b..58c07b1b 100644
--- a/src/imports/location/qdeclarativegeomap_p.h
+++ b/src/imports/location/qdeclarativegeomap_p.h
@@ -152,7 +152,6 @@ protected:
void setError(QGeoServiceProvider::Error error, const QString &errorString);
private Q_SLOTS:
- void updateMapDisplay(const QRectF &target);
void mappingManagerInitialized();
void mapZoomLevelChanged(qreal zoom);
void pluginReady();