aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/kimageannotator/files/fix-undo-command-delete-items-that-are-required.patch')
-rw-r--r--x11-libs/kimageannotator/files/fix-undo-command-delete-items-that-are-required.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-libs/kimageannotator/files/fix-undo-command-delete-items-that-are-required.patch b/x11-libs/kimageannotator/files/fix-undo-command-delete-items-that-are-required.patch
deleted file mode 100644
index 39aa7590c..000000000
--- a/x11-libs/kimageannotator/files/fix-undo-command-delete-items-that-are-required.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/annotations/undo/AddCommand.cpp
-+++ b/src/annotations/undo/AddCommand.cpp
-@@ -29,7 +29,6 @@ AddCommand::AddCommand(AbstractAnnotationItem *item, AnnotationArea *annotationA
-
- AddCommand::~AddCommand()
- {
-- delete mItem;
- }
-
- void AddCommand::undo()