remove now useless method not_implemented

This commit is contained in:
steffen123 2010-08-13 03:39:50 +02:00
parent 05500cf4bd
commit 9c60a7f8b9

View File

@ -967,9 +967,6 @@ class fpdb:
self.validate_config()
def not_implemented(self, widget, data=None):
self.warning_box("Unimplemented menu entry")
def obtain_global_lock(self, source):
ret = self.lock.acquire(source=source) # will return false if lock is already held
if ret: