mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 08:28:01 +01:00
remove redundant return statement
This commit is contained in:
@@ -672,7 +672,6 @@ vimperator.Hints = function () //{{{
|
|||||||
showHints();
|
showHints();
|
||||||
processHints(followFirst);
|
processHints(followFirst);
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// FIXME: add resize support
|
// FIXME: add resize support
|
||||||
|
|||||||
Reference in New Issue
Block a user