summary refs log tree commit diff
path: root/pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch')
-rw-r--r--pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch b/pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch
deleted file mode 100644
index 94ae901394fa..000000000000
--- a/pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-glibmm deprecated ScopedPtr
----
-diff -u src/ui/clipboard.cpp src/ui/clipboard.cpp
---- a/src/ui/clipboard.cpp	2015-01-28 04:32:28.162676000 +0100
-+++ b/src/ui/clipboard.cpp	2016-04-03 09:13:12.360980533 +0200
-@@ -1402,7 +1402,7 @@
- 
-         Glib::ustring target;
-         if (atom_name) {
--            target = Glib::ScopedPtr<char>(atom_name).get(); //This frees the gchar*.
-+            target = Glib::make_unique_ptr_gfree(atom_name).get(); //This frees the gchar*.
-         }
- 
-         listTargets.push_back(target);
-
-Diff finished.  Sun Apr  3 09:13:51 2016