aboutsummaryrefslogtreecommitdiffstats
path: root/tagit/widgets
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-01-12 17:18:43 +0100
committerMatthias Baumgartner <dev@igsor.net>2023-01-12 17:18:43 +0100
commit8f2f697f7ed52b7e1c7a17411b2de526b6490691 (patch)
tree3a7d1596e5246581dc0f1a1d0efd9d325bfe6b1f /tagit/widgets
parent233d8541c0ddfadd5905ba99acf700eb6462af2b (diff)
downloadtagit-8f2f697f7ed52b7e1c7a17411b2de526b6490691.tar.gz
tagit-8f2f697f7ed52b7e1c7a17411b2de526b6490691.tar.bz2
tagit-8f2f697f7ed52b7e1c7a17411b2de526b6490691.zip
removed save and sync functionality since they no longer apply
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