Remove unused parameter

This commit is contained in:
Kevin Sawicki 2013-08-08 18:40:40 -07:00
parent 26c9e7cfa9
commit 79a61d47b2

View File

@ -117,7 +117,7 @@ class Config
#
# Returns the value from Atom's default settings, the user's configuration file,
# or `NaN` if the key doesn't exist in either.
getInt: (keyPath, defaultValueWhenFalsy) ->
getInt: (keyPath) ->
parseInt(@get(keyPath))
# Retrieves the setting for the given key as a positive integer.