Removing unused variable.

This commit is contained in:
marcins78@gmail.com
2012-07-03 11:49:38 +00:00
parent 7bde45627b
commit e7730f52d6

View File

@@ -33,7 +33,6 @@ public class HallServer extends AbstractServer {
private final int _playerInactivityPeriod = 1000 * 20; // 10 seconds
private int _nextTableId = 1;
private int _nextQueueId = 1;
private String _motd;