summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-07-13 23:04:45 +0000
committerStijn Buys <ingar@osirion.org>2013-07-13 23:04:45 +0000
commit88efb393c2739a14432391de113f180d00b702df (patch)
tree02aa738103409e205dad578fc87b372bd0f16d6e /src/main.cc
parent924cfc4b9c0934afab62e4ab58bf4fb026308fd7 (diff)
Cleaned up message boxes,
unified "Save" and "Save as" overwrite warnings.
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;