Rightpoint / RZUtils

Rightpoint Commonly Used Tools
Other
122 stars 22 forks source link

Remove the deviceName() function #163

Closed bskinner closed 8 years ago

bskinner commented 8 years ago

Merging the deviceName() function into the +[RZAbout deviceModel] implementation since the function is only used in a single spot, and is not public. This also prevents name collisions since the function was not marked as static.

@nbonatsakis

dostrander commented 8 years ago

@bskinner Looks good to me, I think it just needs to be a PR to develop rather than master

bskinner commented 8 years ago

@dostrander Closed this PR and replaced it with #168