QTfrontend/hwconsts.h
changeset 7278 000e4543f204
parent 7258 722e8a0d89dc
child 7730 2013733f9ca9
--- a/QTfrontend/hwconsts.h	Tue Jun 12 17:20:27 2012 +0400
+++ b/QTfrontend/hwconsts.h	Sun Jun 24 20:31:26 2012 +0400
@@ -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