Skip to content

Commit

Permalink
[connectionagent] remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorn Potter committed Dec 1, 2013
1 parent a88b6b8 commit 8f23f95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions connd/qconnectionmanager.cpp
Expand Up @@ -629,12 +629,6 @@ void QConnectionManager::connmanAvailabilityChanged(bool b)
}
}

void QConnectionManager::emitConnectionState()
{
Q_EMIT connectionState("idle", "All");
Q_EMIT connectionState("online", "All");
}

void QConnectionManager::serviceAdded(const QString &srv)
{
qDebug() << Q_FUNC_INFO << "<<<<"<< srv;
Expand Down
1 change: 0 additions & 1 deletion connd/qconnectionmanager.h
Expand Up @@ -131,7 +131,6 @@ private slots:

void connmanAvailabilityChanged(bool b);
void setup();
void emitConnectionState();
void servicesError(const QString &);
void ofonoServicesError(const QString &);
void technologyPowerChanged(bool);
Expand Down

0 comments on commit 8f23f95

Please sign in to comment.