Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Objective-C method signatures #12

Open
louisdh opened this issue Jan 12, 2017 · 1 comment
Open

Remove Objective-C method signatures #12

louisdh opened this issue Jan 12, 2017 · 1 comment

Comments

@louisdh
Copy link
Contributor

louisdh commented Jan 12, 2017

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)

@lrtitze
Copy link
Owner

lrtitze commented Nov 26, 2017

Sorry to answer so late in the year. The numbers are actually the original line numbers from the original Objective-C Mac OS source code from Andy Finnell's original project. The Obj-C sig is an aid for searching the original source for the equivalent method.

It may be nice to keep them in for historical reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants