Remove legacy code

This commit is contained in:
Philipp Hörist 2018-12-18 22:48:45 +01:00
parent 7286f4286f
commit ced387e719
2 changed files with 0 additions and 9 deletions

View File

@ -67,11 +67,6 @@ plugin_manager = None # Plugins Manager
logger = cast(LoggerT, None)
# For backwards compatibility needed
# some plugins use that
gajimpaths = configpaths.gajimpaths
RecentGroupchat = namedtuple('RecentGroupchat', ['room', 'server', 'nickname'])
css_config = None

View File

@ -241,7 +241,3 @@ class ConfigPaths:
_paths = ConfigPaths()
# For backwards compatibility needed
# some plugins use that
gajimpaths = _paths