QTfrontend/hwconsts.h
changeset 7267 710f3ced8934
parent 7258 722e8a0d89dc
child 7730 2013733f9ca9
--- a/QTfrontend/hwconsts.h	Tue Jun 19 21:17:05 2012 +0200
+++ b/QTfrontend/hwconsts.h	Tue Jun 19 21:20:08 2012 +0200
@@ -44,8 +44,7 @@
 extern int cAmmoNumber;
 extern QList< QPair<QString, QString> > cDefaultAmmos;
 
-//extern unsigned int colors[];
-extern QStandardItemModel * colorsModel;
+extern unsigned int colors[];
 
 extern QString * netHost;
 extern quint16 netPort;
@@ -60,8 +59,6 @@
 //Could be used to implement a text/graphic like "This is the xxth birthday of hedgewars" or similar
 extern int years_since_foundation;
 
-void hwConstsInit();
-
 #endif
 
 #define HEDGEHOGS_PER_TEAM           8