[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/scene
Jens-Michael Hoffmann
jensmh at gmx.de
Wed Jul 22 01:50:14 CEST 2009
SVN commit 1000765 by jmhoffmann:
Remove unnecessary destructor.
M +1 -2 GeoSceneMapTheme.h
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneMapTheme.h #1000764:1000765
@@ -40,7 +40,6 @@
{
public:
GeoSceneLegendItem();
- ~GeoSceneLegendItem() {}
QColor background() const { return m_background; }
void setBackground( QColor bg ) { m_background = bg; }
@@ -59,7 +58,7 @@
class LegendSection
{
public:
- LegendSection()
+ LegendSection()
: m_heading(),
m_items()
{ }
More information about the Marble-commits
mailing list