aboutsummaryrefslogtreecommitdiffstats
path: root/tagit/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'tagit/widgets')
-rw-r--r--tagit/widgets/session.py9
1 files changed, 0 insertions, 9 deletions
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