summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-src_gradient-drag.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/patches/patch-src_gradient-drag.cpp')
-rw-r--r--graphics/inkscape/patches/patch-src_gradient-drag.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/inkscape/patches/patch-src_gradient-drag.cpp b/graphics/inkscape/patches/patch-src_gradient-drag.cpp
deleted file mode 100644
index ee85d98755f..00000000000
--- a/graphics/inkscape/patches/patch-src_gradient-drag.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_gradient-drag.cpp,v 1.1 2018/06/28 11:18:59 jperkin Exp $
-
-Avoid ambiguous function calls.
-
---- src/gradient-drag.cpp.orig 2017-08-06 20:44:00.000000000 +0000
-+++ src/gradient-drag.cpp
-@@ -55,6 +55,8 @@
- #include "ui/control-manager.h"
- #include "ui/tools/tool-base.h"
-
-+using std::floor;
-+
- using Inkscape::ControlManager;
- using Inkscape::CtrlLineType;
- using Inkscape::DocumentUndo;