- srand()

This commit is contained in:
floty
2007-03-01 22:44:03 +00:00
parent 556e8e002c
commit 573f02702d
-3
View File
@@ -61,9 +61,6 @@ int main( int argc, char **argv )
socket_startup();
srand( time(0) );
/////// can be removed for non-qt-guis ////////////
QApplication a( argc, argv );
a.setStyle(new QPlastiqueStyle);