Commit c6c50fee authored by Dan Pascu's avatar Dan Pascu

Removed unnecessary statement

parent 6ab323b4
...@@ -1420,7 +1420,6 @@ class ChatWindow(base_class, ui_class, ColorHelperMixin): ...@@ -1420,7 +1420,6 @@ class ChatWindow(base_class, ui_class, ColorHelperMixin):
self.no_sessions_label.setObjectName('no_sessions_label') self.no_sessions_label.setObjectName('no_sessions_label')
self.zrtp_widget = ZRTPWidget(self.info_panel) self.zrtp_widget = ZRTPWidget(self.info_panel)
self.zrtp_widget.setObjectName('zrtp_widget')
self.zrtp_widget.stream_type = None self.zrtp_widget.stream_type = None
self.control_icon = QIcon(Resources.get('icons/cog.svg')) self.control_icon = QIcon(Resources.get('icons/cog.svg'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment