[Marble-commits] KDE/kdeedu/marble/src/lib

Dennis Nienhüser earthwings at gentoo.org
Thu Aug 26 01:43:32 CEST 2010


SVN commit 1168045 by nienhueser:

remove the unused operator<< with the little intuitive behavior

 M  +0 -6      TileCoordsPyramid.cpp  
 M  +0 -1      TileCoordsPyramid.h  


--- trunk/KDE/kdeedu/marble/src/lib/TileCoordsPyramid.cpp #1168044:1168045
@@ -59,12 +59,6 @@
     return *this;
 }
 
-TileCoordsPyramid& TileCoordsPyramid::operator <<( TileCoordsPyramid const & other )
-{
-    *d = *other.d;
-    return *this;
-}
-
 TileCoordsPyramid::~TileCoordsPyramid()
 {
     delete d;
--- trunk/KDE/kdeedu/marble/src/lib/TileCoordsPyramid.h #1168044:1168045
@@ -27,7 +27,6 @@
     TileCoordsPyramid( TileCoordsPyramid const & other );
     TileCoordsPyramid();
     TileCoordsPyramid & operator=( TileCoordsPyramid const & rhs );
-    TileCoordsPyramid & operator<<( TileCoordsPyramid const & other );
     ~TileCoordsPyramid();
 
     int topLevel() const;


More information about the Marble-commits mailing list