summaryrefslogtreecommitdiff
path: root/astro/xglobe/files/patch-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'astro/xglobe/files/patch-main.cpp')
-rw-r--r--astro/xglobe/files/patch-main.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/astro/xglobe/files/patch-main.cpp b/astro/xglobe/files/patch-main.cpp
deleted file mode 100644
index 9e207ebd2d55..000000000000
--- a/astro/xglobe/files/patch-main.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
---- main.cpp.orig 1999-07-13 17:32:55 UTC
-+++ main.cpp
-@@ -24,6 +24,7 @@
- */
-
- #include <stdio.h>
-+#include <stdlib.h>
- #include <string.h>
- #include <qstring.h>
- #include "config.h"
-@@ -37,6 +38,8 @@ int main(int argc, char **argv)
- {
- EarthApplication myApp(argc, argv);
-
-+ srandomdev();
-+
- #ifdef WITH_QIMAGEIO
- qInitImageIO();
- #endif