From 1dcd5fe6e9d26b1f2ac5cc03a7946e9b9451e822 Mon Sep 17 00:00:00 2001 From: cahrens Date: Mon, 3 Feb 2014 13:06:56 -0500 Subject: [PATCH] Deleting unused methods. --- common/lib/xmodule/xmodule/contentstore/content.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/common/lib/xmodule/xmodule/contentstore/content.py b/common/lib/xmodule/xmodule/contentstore/content.py index 50e7f5d848..8d583124cc 100644 --- a/common/lib/xmodule/xmodule/contentstore/content.py +++ b/common/lib/xmodule/xmodule/contentstore/content.py @@ -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): """