diff --git a/cms/djangoapps/contentstore/features/common.py b/cms/djangoapps/contentstore/features/common.py index e611d81b4f..89abbf5dfd 100644 --- a/cms/djangoapps/contentstore/features/common.py +++ b/cms/djangoapps/contentstore/features/common.py @@ -121,10 +121,6 @@ def id_find(id): return world.browser.find_by_id(id) -def reload(): - return world.browser.reload() - - def clear_courses(): flush_xmodule_store()