From 6809dc12caeeb6a9c5fc695c13c39578427c0fc3 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Fri, 28 Aug 2020 20:02:02 -0700
Subject: [PATCH] Remove unused function

---
 src/js/slaveListing.js | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js
index 0dcd37aab3c..060f2a5470e 100644
--- a/src/js/slaveListing.js
+++ b/src/js/slaveListing.js
@@ -537,14 +537,6 @@ App.UI.SlaveList.SlaveInteract.penthouseInteract = function(slave) {
 	return stdLink;
 };
 
-/**
- * @param {App.Entity.SlaveState} slave
- * @returns {HTMLElement}
- */
-App.UI.SlaveList.SlaveInteract.personalAttention = (slave) =>
-	App.UI.DOM.passageLink(SlaveFullName(slave), undefined,
-		() => { App.UI.selectSlaveForPersonalAttention(slave.ID); });
-
 /**
  * Adds/removes a slave with the given id to/from the personal attention array
  * @param {number} id slave id
-- 
GitLab