aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2015-04-22 13:37:05 +0100
committerStephen Blott2015-04-22 13:37:07 +0100
commit8b7b4febdf8947b3a123e8dc2b289caa20976864 (patch)
tree67786bede7fccc2fbd23a169cdea41e6cba6bdf4
parent59d33aa554997739341d26bcb18ea1a1b99a05a0 (diff)
downloadvimium-8b7b4febdf8947b3a123e8dc2b289caa20976864.tar.bz2
Remove redundant line.
This lines was never needed.
-rw-r--r--background_scripts/main.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/background_scripts/main.coffee b/background_scripts/main.coffee
index c47abd66..a7a1533c 100644
--- a/background_scripts/main.coffee
+++ b/background_scripts/main.coffee
@@ -623,7 +623,6 @@ sendRequestHandlers =
unregisterFrame: unregisterFrame
frameFocused: handleFrameFocused
nextFrame: (request) -> BackgroundCommands.nextFrame 1, request.frameId
- mainFrame: BackgroundCommands.mainFrame
updateScrollPosition: handleUpdateScrollPosition
copyToClipboard: copyToClipboard
pasteFromClipboard: pasteFromClipboard