From 42d1a112d008931b5813b4712ed5a6b7b6252502 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 11 Mar 2012 16:30:32 +0000 Subject: [PATCH] Get rid of unused types. git-svn-id: https://svn.dealii.org/trunk@25255 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/types.h | 11 ----------- 1 file changed, 11 deletions(-) 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. -- 2.39.5