remove now useless method not_implemented
This commit is contained in:
parent
05500cf4bd
commit
9c60a7f8b9
|
@ -967,9 +967,6 @@ class fpdb:
|
||||||
|
|
||||||
self.validate_config()
|
self.validate_config()
|
||||||
|
|
||||||
def not_implemented(self, widget, data=None):
|
|
||||||
self.warning_box("Unimplemented menu entry")
|
|
||||||
|
|
||||||
def obtain_global_lock(self, source):
|
def obtain_global_lock(self, source):
|
||||||
ret = self.lock.acquire(source=source) # will return false if lock is already held
|
ret = self.lock.acquire(source=source) # will return false if lock is already held
|
||||||
if ret:
|
if ret:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user