From 38a310a1aa0e27468a4c42157238e1b2d03e09ce Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Sat, 25 May 2019 21:21:19 +0200 Subject: [PATCH] Remove unused code --- openlp/plugins/presentations/lib/impresscontroller.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/openlp/plugins/presentations/lib/impresscontroller.py b/openlp/plugins/presentations/lib/impresscontroller.py index 426e8f2fc..9dd1a776a 100644 --- a/openlp/plugins/presentations/lib/impresscontroller.py +++ b/openlp/plugins/presentations/lib/impresscontroller.py @@ -561,9 +561,6 @@ class ImpressDocument(PresentationDocument): notes.append(note) self.save_titles_and_notes(titles, notes) - if is_win(): - property_object = self.controller.manager.Bridge_GetStruct('com.sun.star.beans.PropertyValue') - class SlideShowListener(SlideShowListenerImport): """