QTfrontend/hwconsts.h
changeset 7258 722e8a0d89dc
parent 7130 fcab1fd02bc6
child 7730 2013733f9ca9
--- a/QTfrontend/hwconsts.h	Sun Jun 17 16:32:44 2012 +0200
+++ b/QTfrontend/hwconsts.h	Sun Jun 17 21:45:49 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