diff --git a/src/input/input.cpp b/src/input/input.cpp index abedf93e..8227ae55 100644 --- a/src/input/input.cpp +++ b/src/input/input.cpp @@ -393,8 +393,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();