Removed useless variables in input class

This commit is contained in:
Thulinma 2017-05-15 12:26:17 +02:00
parent 0014f8b41b
commit 3a4f990143

View file

@ -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();