aboutsummaryrefslogtreecommitdiff
path: root/astro/xglobe/files/patch-sunpos.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'astro/xglobe/files/patch-sunpos.cpp')
-rw-r--r--astro/xglobe/files/patch-sunpos.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/astro/xglobe/files/patch-sunpos.cpp b/astro/xglobe/files/patch-sunpos.cpp
deleted file mode 100644
index d8ab21daac11..000000000000
--- a/astro/xglobe/files/patch-sunpos.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- sunpos.cpp.orig 1998-12-09 18:51:09 UTC
-+++ sunpos.cpp
-@@ -203,7 +203,7 @@ double SunPos::julian_date(int y, int m,
- double JD;
-
- /* lazy test to ensure gregorian calendar */
-- ASSERT(y >= 1583);
-+ Q_ASSERT(y >= 1583);
-
- if ((m == 1) || (m == 2))
- {