Remove unused variables

This commit is contained in:
Vasiliy Halimonchuk
2019-05-30 00:06:55 +03:00
parent 80d1c48f0d
commit 7fb1e07b39
2 changed files with 8 additions and 14 deletions

View File

@@ -346,8 +346,6 @@ const torrentFilesContextMenu = new ContextMenu({
y: 2
},
onShow: function() {
var selectedRows = torrentFilesTable.selectedRowsIds();
if (is_seed)
this.hideItem('FilePrio');
else