1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 06:17:58 +01:00

remove redundant return statement

This commit is contained in:
Doug Kearns
2007-11-17 12:42:59 +00:00
parent 1b05946b56
commit 90fd7e47ca

View File

@@ -672,7 +672,6 @@ vimperator.Hints = function () //{{{
showHints(); showHints();
processHints(followFirst); processHints(followFirst);
} }
return;
}; };
// FIXME: add resize support // FIXME: add resize support