Rightpoint / RZUtils

Rightpoint Commonly Used Tools
Other
123 stars 22 forks source link

Remove the deviceName() function #168

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.