Skip to content

Commit

Permalink
Removed unnecessary function isVisible()
Browse files Browse the repository at this point in the history
Removed unnecessary function isVisible()
  • Loading branch information
Scarwolf committed Apr 3, 2015
1 parent 3cac433 commit 35d433f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extension/keysocket-pocketcasts.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,3 @@ function onKeyPress(key) {
simulateClick(backButton);
}
}

function isVisible(el) {
return el.offsetParent != null;
}

0 comments on commit 35d433f

Please sign in to comment.