mobile: remove hasLocationSourceChanged interface

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-09-11 16:50:41 -07:00
parent 085c65b0c4
commit 7bf90fd208
2 changed files with 0 additions and 6 deletions

View file

@ -1653,11 +1653,6 @@ void QMLManager::setLocationServiceAvailable(bool locationServiceAvailable)
emit locationServiceAvailableChanged();
}
void QMLManager::hasLocationSourceChanged()
{
setLocationServiceAvailable(GpsLocation::instance()->hasLocationsSource());
}
void QMLManager::setVerboseEnabled(bool verboseMode)
{
m_verboseEnabled = verboseMode;

View file

@ -222,7 +222,6 @@ public slots:
void screenChanged(QScreen *screen);
void appendTextToLog(const QString &newText);
void quit();
void hasLocationSourceChanged();
void btRescan();
void usbRescan();
void rescanConnections();