[225894] Ability to take over English translation with one click
diff --git a/html/js/translation.js b/html/js/translation.js
index 498d036..5cedda8 100644
--- a/html/js/translation.js
+++ b/html/js/translation.js
@@ -118,10 +118,6 @@
 }
 
 function copyEnglishString() {
-	var stringsInFileTable = document.getElementById('strings-in-file-table');
-	var stringTableIndex = document.getElementById('translation-form').stringTableIndex.value;
-	var td = stringsInFileTable.rows[stringTableIndex].cells[0];
-
 	// PHP's nl2br() function produced different output in IE and Firefox. Need to adjust accordingly.
 	var englishStringElement = document.getElementById('english-string')
 	var appName = navigator.appName;