-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move function to the class that 'owns' it
Following f54e87d#diff-5864d6a1d03dffb7699b930837c1c222b41fba16dad7d0a5f73b4923ac53dd42R198 neither of these functions are called from outside their class (I did a universe search) so making them private (& in one case moving off the parent) means a universe seach won't be needed next time
- Loading branch information
1 parent
84f3dc3
commit 2f8de76
Showing
3 changed files
with
226 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.