From 90fd7e47ca9d49f3b7605d899e6278026dad7239 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 17 Nov 2007 12:42:59 +0000 Subject: [PATCH] remove redundant return statement --- content/hints.js | 1 - 1 file changed, 1 deletion(-) diff --git a/content/hints.js b/content/hints.js index cde285c3..9358d7b9 100644 --- a/content/hints.js +++ b/content/hints.js @@ -672,7 +672,6 @@ vimperator.Hints = function () //{{{ showHints(); processHints(followFirst); } - return; }; // FIXME: add resize support