aboutsummaryrefslogtreecommitdiff
path: root/graphics/tulip/files/patch-Shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tulip/files/patch-Shape.h')
-rw-r--r--graphics/tulip/files/patch-Shape.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/tulip/files/patch-Shape.h b/graphics/tulip/files/patch-Shape.h
deleted file mode 100644
index f99415148872..000000000000
--- a/graphics/tulip/files/patch-Shape.h
+++ /dev/null
@@ -1,15 +0,0 @@
---- software/tlprender/src/Shape.h.orig Thu Dec 26 20:32:07 2002
-+++ software/tlprender/src/Shape.h Fri Oct 29 14:14:20 2004
-@@ -63,10 +63,10 @@
- } //namespace tlprender
-
- namespace std {
-- struct less<tlprender::Shape *> {
-+ template <> struct less<tlprender::Shape *> {
- bool operator()(tlprender::Shape *&p1, tlprender::Shape *&p2);
- };
-- struct less<tlprender::Shape> {
-+ template <> struct less<tlprender::Shape> {
- bool operator()(const tlprender::Shape &p1, const tlprender::Shape &p2);
- };
- }