From 66a52497b47eb9fd5936f3113f6080bd45618f4f Mon Sep 17 00:00:00 2001 From: David Adams Date: Thu, 10 Dec 2015 11:48:38 -0800 Subject: [PATCH] Remove unused filter field from Randomized Content Block edit form. --- common/lib/xmodule/xmodule/library_content_module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/library_content_module.py b/common/lib/xmodule/xmodule/library_content_module.py index 2173914bc1..9eae5e4ec9 100644 --- a/common/lib/xmodule/xmodule/library_content_module.py +++ b/common/lib/xmodule/xmodule/library_content_module.py @@ -99,7 +99,6 @@ class LibraryContentFields(object): values=_get_capa_types(), scope=Scope.settings, ) - filters = String(default="") # TBD has_score = Boolean( display_name=_("Scored"), help=_("Set this value to True if this module is either a graded assignment or a practice problem."),