From 71e30cfc11ccbca6f22880c1e091c078289b7713 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 12 Dec 2014 20:24:00 +1100 Subject: [PATCH] Remove remnant return statement from hints.show. --- common/content/hints.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/content/hints.js b/common/content/hints.js index b51a2ffa..4a39252a 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -658,8 +658,6 @@ var HintSession = Class("HintSession", CommandMode, { } styles.system.add("hint-positions", "*", css.join("\n")); } - - return true; }, /**