diff --git a/lib.php b/lib.php index 6dbc960..c481ea4 100644 --- a/lib.php +++ b/lib.php @@ -41,7 +41,6 @@ function expcontent_delete_instance($id) { function expcontent_supports($feature) { switch($feature) { case FEATURE_COMPLETION_TRACKS_VIEWS: return true; - case FEATURE_SHOW_COMPLETION: return true; case FEATURE_BACKUP_MOODLE2: return true; default: return null; }