diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw
index 730ca775..a785a325 100755
--- a/pyfpdb/fpdb.pyw
+++ b/pyfpdb/fpdb.pyw
@@ -322,11 +322,6 @@ class fpdb:
self.warning_box("Cannot open Database Maintenance window because "
+ "other windows have been opened. Re-start fpdb to use this option.")
- def dia_create_del_user(self, widget, data=None):
- self.warning_box("Unimplemented: Create/Delete user")
- self.obtain_global_lock()
- self.release_global_lock()
-
def dia_database_stats(self, widget, data=None):
self.warning_box("Unimplemented: Database Stats")
@@ -665,7 +660,6 @@ class fpdb: