Deleting unused methods.

This commit is contained in:
cahrens
2014-02-03 13:06:56 -05:00
parent ecc3ebd048
commit 1dcd5fe6e9

View File

@@ -111,15 +111,6 @@ class StaticContent(object):
return Location(path.split('/'))
@staticmethod
def get_id_from_path(path):
return get_id_from_location(get_location_from_path(path))
@staticmethod
def convert_legacy_static_url(path, course_namespace):
loc = StaticContent.compute_location(course_namespace.org, course_namespace.course, path)
return StaticContent.get_url_path_from_location(loc)
@staticmethod
def convert_legacy_static_url_with_course_id(path, course_id):
"""