Remove unused vars
This commit is contained in:
parent
b84054b58c
commit
247ee81334
2 changed files with 0 additions and 3 deletions
|
@ -2507,8 +2507,6 @@ class Interface:
|
|||
app.gajim_optional_features[a] = []
|
||||
app.caps_hash[a] = ''
|
||||
|
||||
self.remote_ctrl = None
|
||||
|
||||
# Handle screensaver
|
||||
if sys.platform not in ('win32', 'darwin'):
|
||||
logind.enable()
|
||||
|
|
|
@ -102,7 +102,6 @@ class MockInterface(Mock):
|
|||
from gajim import plugins
|
||||
app.plugin_manager = plugins.PluginManager()
|
||||
|
||||
self.remote_ctrl = None
|
||||
self.instances = {}
|
||||
self.minimized_controls = {}
|
||||
self.status_sent_to_users = Mock()
|
||||
|
|
Loading…
Add table
Reference in a new issue