atom / tabs

Tabs in Atom
MIT License
111 stars 115 forks source link

Remove old function guards #549

Closed 50Wliu closed 5 years ago

50Wliu commented 5 years ago

Requirements

Description of the Change

These guards were put into place as new features were added to Atom but not yet available on stable. All the features are now in stable Atom, so the guards can be removed.

Alternate Designs

None.

Benefits

Less unnecessary conditionals.

Possible Drawbacks

tabs will stop working on Atom versions less than 1.17.

Applicable Issues

None, but helps a little with #548