Remove unused method

This commit is contained in:
Kevin Sawicki
2014-08-14 14:34:14 -07:00
parent 8cf999f73b
commit ef47bdab3f

View File

@@ -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}.