diff options
| author | Stephen Blott | 2016-03-03 13:24:15 +0000 | 
|---|---|---|
| committer | Stephen Blott | 2016-03-03 13:24:15 +0000 | 
| commit | 7f0fccf363ce887d8d9b1b92494ab94547931150 (patch) | |
| tree | acb7880ce8f5a12ebe7c9c16ce6fd4241bb63ca4 /content_scripts/mode.coffee | |
| parent | addceafab244b174aba89718d81f6bcb4cea22ff (diff) | |
| download | vimium-7f0fccf363ce887d8d9b1b92494ab94547931150.tar.bz2 | |
Remove methods which aren't used.
Diffstat (limited to 'content_scripts/mode.coffee')
| -rw-r--r-- | content_scripts/mode.coffee | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/content_scripts/mode.coffee b/content_scripts/mode.coffee index 5cc8800e..782328ce 100644 --- a/content_scripts/mode.coffee +++ b/content_scripts/mode.coffee @@ -213,12 +213,6 @@ class Mode        DomUtils.suppressPropagation event        @stopBubblingAndFalse -  # Activate a new instance of this mode, together with all of its original options (except its main -  # keybaord-event handlers; these will be recreated). -  cloneMode: -> -    delete @options[key] for key in [ "keydown", "keypress", "keyup" ] -    new @constructor @options -    # Debugging routines.    logModes: ->      if @debug | 
