Skip to content

Commit

Permalink
Remove quit command from standard suite to try to fix issue 2130
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed Feb 6, 2016
1 parent 90507ce commit a98206b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions iTerm2.sdef
Expand Up @@ -9,13 +9,6 @@
<enumerator name="ask" code="ask "
description="Ask the user whether or not to save the file."/>
</enumeration>
<command name="quit" code="aevtquit" description="Quit the application.">
<cocoa class="NSQuitCommand"/>
<parameter name="saving" code="savo" type="save options" optional="yes"
description="Whether or not changed documents should be saved before closing.">
<cocoa key="SaveOptions"/>
</parameter>
</command>
<command name="count" code="corecnte"
description="Return the number of elements of a particular class within an object.">
<cocoa class="NSCountCommand"/>
Expand Down

0 comments on commit a98206b

Please sign in to comment.