File dialogs don't need icon

This commit is contained in:
Cheng Zhao 2015-01-05 15:29:26 -08:00
parent 708e738521
commit ecb9e93394
2 changed files with 0 additions and 4 deletions

View file

@ -42,7 +42,6 @@ module.exports =
options.title ?= ''
options.defaultPath ?= ''
options.filters ?= []
options.icon ?= null
wrappedCallback =
if typeof callback is 'function'
@ -65,7 +64,6 @@ module.exports =
options.title ?= ''
options.defaultPath ?= ''
options.filters ?= []
options.icon ?= null
wrappedCallback =
if typeof callback is 'function'