diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js
index 667e46af2a36fba7b62d73bacb6d89500ccce080..799636a324b0680d9f12e6c158f12535eb2bc305 100644
--- a/src/interaction/slaveInteract.js
+++ b/src/interaction/slaveInteract.js
@@ -1770,17 +1770,6 @@ App.UI.SlaveInteract.fertility = function(slave) {
 };
 
 App.UI.SlaveInteract.curatives = function(slave) {
-	const {
-		// eslint-disable-next-line no-unused-vars
-		he,
-		him,
-		his,
-		hers,
-		himself,
-		boy,
-		He,
-		His
-	} = getPronouns(slave);
 	const curativeOptions = [];
 
 	curativeOptions.push({text: `None`, updateSlave: {curatives: 0}});
@@ -1810,17 +1799,6 @@ App.UI.SlaveInteract.curatives = function(slave) {
 };
 
 App.UI.SlaveInteract.aphrodisiacs = function(slave) {
-	const {
-		// eslint-disable-next-line no-unused-vars
-		he,
-		him,
-		his,
-		hers,
-		himself,
-		boy,
-		He,
-		His
-	} = getPronouns(slave);
 	const aphrodisiacOptions = [];
 
 	aphrodisiacOptions.push({text: `None`, updateSlave: {aphrodisiacs: 0}});
@@ -2309,17 +2287,6 @@ App.UI.SlaveInteract.smartSettings = function(slave) {
 App.UI.SlaveInteract.orgasm = function(slave) {
 	let el = document.createElement('div');
 
-	const {
-		// eslint-disable-next-line no-unused-vars
-		he,
-		him,
-		his,
-		hers,
-		himself,
-		boy,
-		He,
-		His
-	} = getPronouns(slave);
 	const masturbation = [];
 	const partner = [];
 	const family = [];