Removed unused code.

This commit is contained in:
Sybren A. Stüvel 2016-05-04 11:00:26 +02:00
parent 602260329e
commit f3699f651a

View File

@ -100,12 +100,6 @@ def blender_id_profile() -> 'blender_id.BlenderIdProfile':
return blender_id.get_active_profile() return blender_id.get_active_profile()
def pillar_user_uuid() -> str:
"""Returns the UUID of the user."""
call(pillarsdk.User, {''})
def pillar_api(pillar_endpoint: str = None) -> pillarsdk.Api: def pillar_api(pillar_endpoint: str = None) -> pillarsdk.Api:
"""Returns the Pillar SDK API object for the current user. """Returns the Pillar SDK API object for the current user.