diff --git a/src/atom.coffee b/src/atom.coffee index 396d4f77a..df54425da 100644 --- a/src/atom.coffee +++ b/src/atom.coffee @@ -506,9 +506,6 @@ class Atom extends Model maximize: -> ipc.send('call-window-method', 'maximize') - isMaximized: -> - @getCurrentWindow().isMaximized() - # Public: Get the version of the Atom application. # # Returns the version text {String}.