Remove superfluous comment.

This commit is contained in:
Patrick Zimmermann 2013-06-15 12:56:09 +02:00
parent d5cd4aaa91
commit 4106ecd71e
1 changed files with 0 additions and 1 deletions

View File

@ -567,7 +567,6 @@ class SlideController(DisplayController):
self.preview_display.setFixedSize(QtCore.QSize(max_width, max_width / self.ratio))
self.preview_display.screen = {
u'size': self.preview_display.geometry()}
# Make sure that the frames have the correct size.
self.onControllerSizeChanged(self.controller.width())
def onControllerSizeChanged(self, width):