Remove legacy code
This commit is contained in:
parent
7286f4286f
commit
ced387e719
|
@ -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
|
||||
|
|
|
@ -241,7 +241,3 @@ class ConfigPaths:
|
|||
|
||||
|
||||
_paths = ConfigPaths()
|
||||
|
||||
# For backwards compatibility needed
|
||||
# some plugins use that
|
||||
gajimpaths = _paths
|
||||
|
|
Loading…
Reference in New Issue