QTfrontend/netclient.h
changeset 127 ca70467bd0a8
parent 126 93df479aa1b9
child 183 57c2ef19f719
--- a/QTfrontend/netclient.h	Sun Aug 27 12:41:27 2006 +0000
+++ b/QTfrontend/netclient.h	Sun Aug 27 13:16:40 2006 +0000
@@ -40,7 +40,6 @@
 #include <QStringList>
 #include <QTimer>
 #include "team.h"
-#include "rndstr.h"
 
 #define MAGIC_CHAR "\x2f"
 
@@ -102,7 +101,6 @@
 	quint32 opCount;
 	netTeam teams[5];
 	quint8 teamsCount;
-	RNDStr seedgen;
 	int playerscnt;
 	int configasks;
 	QByteArray NetBuffer;