[cleanup] removed desk_home and desk_home_flows from conf.js
diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js
index 640a79e..1191c47 100644
--- a/erpnext/public/js/conf.js
+++ b/erpnext/public/js/conf.js
@@ -37,40 +37,3 @@
 	"Sales Partner": "Selling",
 	"Brand": "Selling"
 });
-
-frappe.desk_home_buttons.push({label:"<i class='icon-facetime-video'></i> "+ __("Learn"),
-	route:"Module/Learn"})
-
-frappe.desk_home_flows.push({
-		title: __("Selling"),
-		sequence: [
-			{title: __("Opportunity"), route:"List/Opportunity"},
-			{title: __("Quotation"), route:"List/Quotation"},
-			{title: __("Sales Order"), route:"List/Sales Order"},
-			{title: __("Delivery Note"), route:"List/Delivery Note"},
-			{title: __("Sales Invoice"), route:"List/Sales Invoice"},
-			{title: __("Payment"), route:"List/Journal Entry"},
-		]
-	});
-
-frappe.desk_home_flows.push({
-		title: __("Buying"),
-		sequence: [
-			{title: __("Material Request"), route:"List/Material Request"},
-			{title: __("Supplier Quotation"), route:"List/Supplier Quotation"},
-			{title: __("Purchase Order"), route:"List/Purchase Order"},
-			{title: __("Purchase Receipt"), route:"List/Purchase Receipt"},
-			{title: __("Purchase Invoice"), route:"List/Purchase Invoice"},
-			{title: __("Payment"), route:"List/Journal Entry"},
-		]
-	});
-
-frappe.desk_home_flows.push({
-		title: __("Manufacturing"),
-		sequence: [
-			{title: __("BOM"), route:"List/BOM"},
-			{title: __("Production Planning Tool"), route:"Form/Production Planning Tool"},
-			{title: __("Production Order"), route:"List/Production Order"},
-			{title: __("Stock Entry"), route:"List/Stock Entry"},
-		]
-	});