Removed useless variables in input class
This commit is contained in:
parent
0014f8b41b
commit
3a4f990143
1 changed files with 0 additions and 2 deletions
|
@ -336,8 +336,6 @@ namespace Mist {
|
||||||
}
|
}
|
||||||
|
|
||||||
getNext();
|
getNext();
|
||||||
unsigned long long lastTime = Util::getMS();
|
|
||||||
unsigned long long lastActive = Util::getMS();
|
|
||||||
while (thisPacket && config->is_active && nProxy.userClient.isAlive()){
|
while (thisPacket && config->is_active && nProxy.userClient.isAlive()){
|
||||||
nProxy.bufferLivePacket(thisPacket, myMeta);
|
nProxy.bufferLivePacket(thisPacket, myMeta);
|
||||||
getNext();
|
getNext();
|
||||||
|
|
Loading…
Add table
Reference in a new issue