summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cc b/src/main.cc
index c7b1fff..d8fb3c5 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -7,12 +7,6 @@
int main(int argc, char **argv)
{
- // TODO initialize random seed
- /*
- unsigned int seed = THE_SEED;
- srandom(seed);
- */
-
QApplication application(argc, argv);
MainWindow mainwindow;