Remove unnecessary powerpoint presentation setting.

This commit is contained in:
Tomas Groth 2015-05-07 14:45:52 +02:00
parent 51b37de551
commit bf665a8549
1 changed files with 0 additions and 1 deletions

View File

@ -324,7 +324,6 @@ class PowerpointDocument(PresentationDocument):
size = ScreenList().current['size']
ppt_window = None
try:
self.presentation.SlideShowSettings.ShowWithAnimation = True
ppt_window = self.presentation.SlideShowSettings.Run()
except (AttributeError, pywintypes.com_error) as e:
log.exception('Caught exception while in start_presentation')