[refactor] hooks.py fixes
diff --git a/erpnext/hooks.py b/erpnext/hooks.py
index 6c09030..0230126 100644
--- a/erpnext/hooks.py
+++ b/erpnext/hooks.py
@@ -26,15 +26,6 @@
 
 standard_queries = "Customer:erpnext.selling.doctype.customer.customer.get_customer_list"
 
-permission_query_conditions = {
-		"Note": "erpnext.utilities.doctype.note.note.get_permission_query_conditions"
-	}
-
-has_permission = {
-		"Note": "erpnext.utilities.doctype.note.note.has_permission"
-	}
-
-
 doc_events = {
 	"Stock Entry": {
 		"on_submit": "erpnext.stock.doctype.material_request.material_request.update_completed_qty",