Navigation Menu

Skip to content

Commit

Permalink
[connectionagent] Removed unused tetheringStarted field
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Jun 12, 2017
1 parent 8f6ee46 commit 3ba10b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions connd/qconnectionagent.h
@@ -1,9 +1,8 @@
/****************************************************************************
**
** Copyright (C) 2014 Jolla Ltd
** Copyright (C) 2014-2017 Jolla Ltd
** Contact: lorn.potter@gmail.com
**
**
** GNU Lesser General Public License Usage
** This file may be used under the terms of the GNU Lesser
** General Public License version 2.1 as published by the Free Software
Expand Down Expand Up @@ -141,7 +140,6 @@ public Q_SLOTS:

QTimer *scanTimer;
QStringList knownTechnologies;
bool tetheringStarted;
bool delayedTethering;
bool valid;

Expand All @@ -163,7 +161,6 @@ private slots:
void flightModeDialogSuppressionTimeout();

void displayStateChanged(const QString &);
// void sleepStateChanged(bool);

void serviceAutoconnectChanged(bool);
void scanTimeout();
Expand Down

0 comments on commit 3ba10b0

Please sign in to comment.