diff options
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r-- | google-plus-commando.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 855a30f..7c33738 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -213,11 +213,6 @@ let INFO = } function Viewer (root) { - function nButton (n) { - let bs = self.buttons; - if (bs.length === 2) - return bs[n]; - } let self = { get cancel () root.querySelector('.' + Names.closeButton), get prev () root.querySelector('.vn.GE.AH'), |