From 52b1f1cb9f8d4e1fb1fcbde59930a105a819b0b4 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 30 Jul 2020 19:45:19 +0200 Subject: Cleanup unused KDE patches Thanks to Patrick Volkerding for the effort. --- kde/patch/umbrello/umbrello-4.11.4_listitem.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 kde/patch/umbrello/umbrello-4.11.4_listitem.patch (limited to 'kde/patch/umbrello/umbrello-4.11.4_listitem.patch') diff --git a/kde/patch/umbrello/umbrello-4.11.4_listitem.patch b/kde/patch/umbrello/umbrello-4.11.4_listitem.patch deleted file mode 100644 index f5cb615..0000000 --- a/kde/patch/umbrello/umbrello-4.11.4_listitem.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- a/umbrello/dialogs/classifierlistpage.cpp -+++ b/umbrello/dialogs/classifierlistpage.cpp -@@ -346,7 +346,7 @@ - } - - if (itemIndex >= 0 && (itemIndex < getItemList().size())) { -- listItem = getItemList().at( itemIndex ); -+ UMLClassifierListItem* listItem = getItemList().at( itemIndex ); - - //now update screen - m_docTE->setText( listItem->doc() ); - - -- cgit v1.2.3-65-gdbad