summaryrefslogtreecommitdiff
path: root/src/nxmaccessmanager.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-07-12 03:24:05 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-07-12 03:24:05 -0400
commitb69b3e5e471dfd16f1861bd1e4bed10cf46709b9 (patch)
tree83e142140c851f54fce880ee1b7911ec98b7e078 /src/nxmaccessmanager.h
parent45daaec7aada840692db4bbcb9fd4ebfdb9dae1b (diff)
removed already commented out code:
don't resend the guid and token, nexus never answers with the api key, just create a new request every time
Diffstat (limited to 'src/nxmaccessmanager.h')
-rw-r--r--src/nxmaccessmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nxmaccessmanager.h b/src/nxmaccessmanager.h
index 0cfaffb5..eed7c1c9 100644
--- a/src/nxmaccessmanager.h
+++ b/src/nxmaccessmanager.h
@@ -93,7 +93,6 @@ private:
QWebSocket m_socket;
QString m_guid;
bool m_keyReceived;
- QString m_token;
bool m_active;
QTimer m_timeout;