X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCode.h;h=6d48d1235d8382a40efd5c0e2a7c094bff278e72;hb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;hp=95543f9d7b7adb2e8b373bc1279b02b2a23eeef4;hpb=b922cfd3b351683fa452eeec4830258d72d47ab8;p=features.git diff --git a/src/insets/InsetCode.h b/src/insets/InsetCode.h index 95543f9d7b..6d48d1235d 100644 --- a/src/insets/InsetCode.h +++ b/src/insets/InsetCode.h @@ -5,8 +5,8 @@ * Licence details can be found in the file COPYING. * * \author Alejandro Aguilar Sierra - * \author Jürgen Vigna - * \author Lars Gullik Bjønnes + * \author Jürgen Vigna + * \author Lars Gullik Bjønnes * \author Matthias Ettrich * * Full author contact details are available in file CREDITS. @@ -85,7 +85,7 @@ enum InsetCode { /// OPTARG_CODE, /// - ENVIRONMENT_CODE, + CELL_CODE, /// NEWLINE_CODE, /// @@ -112,12 +112,6 @@ enum InsetCode { INFO_CODE, // 45 /// COLLAPSABLE_CODE, - /// - CELL_CODE, -#if 0 - /// - THEOREM_CODE, -#endif }; } // namespace lyx