From: bangerth Date: Sun, 11 Mar 2012 16:30:32 +0000 (+0000) Subject: Get rid of unused types. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d1a112d008931b5813b4712ed5a6b7b6252502;p=dealii-svn.git Get rid of unused types. git-svn-id: https://svn.dealii.org/trunk@25255 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/types.h b/deal.II/include/deal.II/base/types.h index 8836a78ff4..34d67e1ece 100644 --- a/deal.II/include/deal.II/base/types.h +++ b/deal.II/include/deal.II/base/types.h @@ -23,17 +23,6 @@ DEAL_II_NAMESPACE_OPEN */ namespace types { - - /** - Type for boundary indicators. - */ - typedef unsigned char boundary_indicator_t; - - /** - Type for material ids. - */ - typedef unsigned int material_indicator_t; - /** * The type used to denote * subdomain_ids of cells.