gnustep / apps-gorm

Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
http://www.gnustep.org/
GNU General Public License v3.0
68 stars 19 forks source link

Remove redundant Gorm->documents collection and unused method... #2

Closed iamleeg closed 7 years ago

iamleeg commented 7 years ago

…that referenced it. There was a mutable documents array on the NSApplication subclass, but nothing ever added objects to it as document management is now done by the shared NSDocumentController. I removed that code, and found that one of the references (in -[Gorm documentNameIsUnique:] was never used so I removed the method.