From 8f2f697f7ed52b7e1c7a17411b2de526b6490691 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Thu, 12 Jan 2023 17:18:43 +0100 Subject: removed save and sync functionality since they no longer apply --- tagit/widgets/session.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tagit/widgets') diff --git a/tagit/widgets/session.py b/tagit/widgets/session.py index 30833b7..a7c7355 100644 --- a/tagit/widgets/session.py +++ b/tagit/widgets/session.py @@ -45,15 +45,6 @@ class Session(Widget): def __exit__(self, exc_type, exc_value, traceback): pass - def save(self): - """Save the session.""" - # save config and storage - if self.cfg.file_connected(): - self.cfg.diff(load_settings()).save() - - if self.storage.file_connected(): - self.storage.save() - def clone(self, cfg): """Clone the session and load the clone.""" # clone storages to new location -- cgit v1.2.3