src/Pure/Admin/other_isabelle.scala
changeset 69387 ff9095c91e87
parent 69374 ab66951166f3
child 69388 fc58534bc475
--- a/src/Pure/Admin/other_isabelle.scala	Sun Dec 02 14:11:34 2018 +0100
+++ b/src/Pure/Admin/other_isabelle.scala	Sun Dec 02 14:12:08 2018 +0100
@@ -75,7 +75,7 @@
     }
     else false
 
-  def init_settings(components_base: String, nonfree: Boolean, more_settings: List[String])
+  def init_settings(components_base: String, more_settings: List[String])
   {
     if (!clean_settings())
       error("Cannot proceed with existing user settings file: " + etc_settings)
@@ -91,9 +91,7 @@
         if (components_base == "") isabelle_home_user.dir + Path.explode("contrib")
         else Path.explode(components_base).expand
 
-      val catalogs =
-        if (nonfree) List("main", "optional", "nonfree") else List("main", "optional")
-
+      val catalogs = List("main", "optional")
       catalogs.map(catalog =>
         "init_components " + File.bash_path(components_base_path) +
           " \"$ISABELLE_HOME/Admin/components/" + catalog + "\"")