Remove reference to "commonInit" method in WOPreferencesWindowController (WOCommon, 5b43413)

Thanks to the better compiler checks stemming from the use of anonymous private categories, found a method that was still declared as being implemented even though the actual implementation had been removed in the distant past. This commit removes the superfluous declaration.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Fix NSArray reference which was really an NSMutableArray (WOCommon, ada8ea0)
Remove newlineCharacterSet method (WOCommon, 34f23e1) →

All snippets