Is it ok to remove the old Objective-C method signatures?
e.g. the "- (void) removeCrossings" part in this example:
// 1298
//- (void) removeCrossings
fileprivate func removeCrossings()
Also, what does the number above the signature mean? (1298 in the example above)