aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorcmt <cmt@FreeBSD.org>2018-07-17 18:30:24 +0800
committercmt <cmt@FreeBSD.org>2018-07-17 18:30:24 +0800
commitc456258ee4e22ed702f7995b8221fe4b8dd6c2b9 (patch)
tree3ea1463ce0eef7aabfc2b505a43afd37b1bcdaa5 /astro
parent152074b0d7645cf947d5cbea1baf58184cfbca22 (diff)
downloadfreebsd-ports-gnome-c456258ee4e22ed702f7995b8221fe4b8dd6c2b9.tar.gz
freebsd-ports-gnome-c456258ee4e22ed702f7995b8221fe4b8dd6c2b9.tar.zst
freebsd-ports-gnome-c456258ee4e22ed702f7995b8221fe4b8dd6c2b9.zip
astro/qmapshack: remove obsolete patch file
this one escaped my last commit. PR: 227643
Diffstat (limited to 'astro')
-rw-r--r--astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h b/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h
deleted file mode 100644
index 679385fd0bc7..000000000000
--- a/astro/qmapshack/files/patch-src_qmapshack_dem_IDem.h
+++ /dev/null
@@ -1,13 +0,0 @@
-Provide full definition of IDrawContext, needed when #including
-this file in a context (ha!) without that definition already.
-
---- src/qmapshack/dem/IDem.h.orig 2018-02-23 16:39:15 UTC
-+++ src/qmapshack/dem/IDem.h
-@@ -19,6 +19,7 @@
- #ifndef IDEM_H
- #define IDEM_H
-
-+#include "canvas/IDrawContext.h"
- #include "canvas/IDrawObject.h"
- #include <QObject>
- #include <QPointer>