QTfrontend/hwform.h
changeset 1622 8e0d62727f01
parent 1600 305e13c5f327
child 1800 f1df2eb32a16
--- a/QTfrontend/hwform.h	Fri Jan 09 11:22:46 2009 +0000
+++ b/QTfrontend/hwform.h	Fri Jan 09 11:27:52 2009 +0000
@@ -78,7 +78,6 @@
 	void AddNetTeam(const HWTeam& team);
 	void StartMPGame();
 	void GameStateChanged(GameState gameState);
-	void GameStats(char type, const QString & info);
 	void ForcedDisconnect();
 	void ShowErrorMessage(const QString &);
 	void GetRecord(bool isDemo, const QByteArray & record);
@@ -124,7 +123,6 @@
 	HWNetRegisterServer* pRegisterServer;
 	QTime eggTimer;
 	SDLInteraction sdli;
-	void AddStatText(const QString & msg);
 	void OnPageShown(quint8 id, quint8 lastid=0);
 };