[Marble-commits] KDE/kdeedu/marble/src/lib
Thibaut Gridel
tgridel at free.fr
Thu Jan 14 19:27:35 CET 2010
SVN commit 1074767 by tgridel:
dead code
M +0 -2 MarbleControlBox.cpp
M +0 -1 MarbleControlBox.h
M +0 -2 MarbleMap.h
M +0 -2 MarbleWidget.h
--- trunk/KDE/kdeedu/marble/src/lib/MarbleControlBox.cpp #1074766:1074767
@@ -318,8 +318,6 @@
connect( d->uiWidget.navigationCheckBox, SIGNAL(clicked(bool) ),
d->m_widget->model()->gpsLayer(), SLOT( setVisible(bool) ) );
- connect( d->m_widget, SIGNAL( timeout() ),
- this, SIGNAL( updateGps() ) );
}
void MarbleControlBox::setWidgetTabShown( QWidget * widget,
--- trunk/KDE/kdeedu/marble/src/lib/MarbleControlBox.h #1074766:1074767
@@ -163,7 +163,6 @@
void gpsInputDisabled( bool );
void gpsPositionChanged( qreal lat, qreal lon );
- void updateGps();
public Q_SLOTS:
--- trunk/KDE/kdeedu/marble/src/lib/MarbleMap.h #1074766:1074767
@@ -793,8 +793,6 @@
void mouseClickGeoPosition( qreal lon, qreal lat, GeoDataCoordinates::Unit );
- void timeout();
-
void framesPerSecond( qreal fps );
/**
--- trunk/KDE/kdeedu/marble/src/lib/MarbleWidget.h #1074766:1074767
@@ -954,8 +954,6 @@
void mouseClickGeoPosition( qreal lon, qreal lat, GeoDataCoordinates::Unit );
- void timeout();
-
void framesPerSecond( qreal fps );
/** This signal is emit when a new rectangle region is selected over the map
More information about the Marble-commits
mailing list