1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-25 09:35:48 +01:00

remove some unnecessary guard clauses

This commit is contained in:
Doug Kearns
2007-06-13 07:17:38 +00:00
parent 0cbd371c56
commit ac7cbe222e
2 changed files with 0 additions and 9 deletions

View File

@@ -66,14 +66,10 @@ function Mappings()//{{{
function addDefaultMap(map)
{
if (!map)
return false;
if (!main[map.mode])
main[map.mode] = [];
main[map.mode].push(map);
return true;
}
function getFrom(mode, cmd, stack)