Commit 5f00454c authored by Guillaume Seguin's avatar Guillaume Seguin

Remove unused code

parent b4f8d2a5
...@@ -122,12 +122,6 @@ class Setting(object): ...@@ -122,12 +122,6 @@ class Setting(object):
def get_specific_widget(self, parent): def get_specific_widget(self, parent):
raise NotImplementedError raise NotImplementedError
def set(self, value):
raise NotImplementedError
def get(self):
raise NotImplementedError
def update(self): def update(self):
raise NotImplementedError raise NotImplementedError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment