author | wenzelm |
Mon, 21 Sep 2015 16:23:48 +0200 | |
changeset 61212 | cb9d0c99bd36 |
parent 61211 | 8a5d5ca5d8bc |
child 61213 | 0b1a092385c7 |
--- a/src/Pure/Tools/print_operation.ML Mon Sep 21 16:15:50 2015 +0200 +++ b/src/Pure/Tools/print_operation.ML Mon Sep 21 16:23:48 2015 +0200 @@ -76,8 +76,4 @@ register "theorems" "theorems of local theory or proof context" (Isar_Cmd.pretty_theorems false); -val _ = - register "state" "proof state" Toplevel.pretty_state; - end; -