From 3a4f99014312bd2c5777507fd87815733b54835d Mon Sep 17 00:00:00 2001 From: Thulinma Date: Mon, 15 May 2017 12:26:17 +0200 Subject: [PATCH] Removed useless variables in input class --- src/input/input.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/input/input.cpp b/src/input/input.cpp index 53aca0cb..dab14d13 100644 --- a/src/input/input.cpp +++ b/src/input/input.cpp @@ -336,8 +336,6 @@ namespace Mist { } getNext(); - unsigned long long lastTime = Util::getMS(); - unsigned long long lastActive = Util::getMS(); while (thisPacket && config->is_active && nProxy.userClient.isAlive()){ nProxy.bufferLivePacket(thisPacket, myMeta); getNext();