[Marble-commits] KDE/kdeedu/marble/src/lib
Jens-Michael Hoffmann
jensmh at gmx.de
Tue Jan 19 05:19:12 CET 2010
SVN commit 1076929 by jmhoffmann:
Unused slot TileLoader::reloadTile( QString, QString, QString ) removed.
M +0 -10 TileLoader.cpp
M +0 -6 TileLoader.h
--- trunk/KDE/kdeedu/marble/src/lib/TileLoader.cpp #1076928:1076929
@@ -383,16 +383,6 @@
reloadTile( _id );
}
-void TileLoader::reloadTile( const QString& serverUrlString, const QString &relativeUrlString,
- const QString &_id )
-{
- Q_UNUSED( serverUrlString );
- Q_UNUSED( relativeUrlString );
- // mDebug() << "Reloading Tile" << serverUrlString << relativeUrlString << "id:" << _id;
-
- reloadTile( _id );
-}
-
void TileLoader::update()
{
mDebug() << "TileLoader::update()";
--- trunk/KDE/kdeedu/marble/src/lib/TileLoader.h #1076928:1076929
@@ -173,12 +173,6 @@
void reloadTile( const QString &relativeUrlString, const QString &id );
/**
- * Reloads the tile with the given @p id.
- */
- void reloadTile( const QString &serverUrlString, const QString &relativeUrlString,
- const QString &id );
-
- /**
* Effectively triggers a reload of all tiles that are currently in use
* and clears the tile cache in physical memory.
*/
More information about the Marble-commits
mailing list