From 89b1c5b931e88ea0f5d522361437ea46e8b7aef5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 May 2017 16:15:18 -0600 Subject: [PATCH] Remove a deprecated typedef. --- include/deal.II/numerics/fe_field_function.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/deal.II/numerics/fe_field_function.h b/include/deal.II/numerics/fe_field_function.h index 407602fb50..abfd13cb4d 100644 --- a/include/deal.II/numerics/fe_field_function.h +++ b/include/deal.II/numerics/fe_field_function.h @@ -414,11 +414,6 @@ namespace Functions std::vector > > &qpoints, std::vector > &maps) const; - /** - * @deprecated Use VectorTools::ExcPointNotAvailableHere instead. - */ - typedef VectorTools::ExcPointNotAvailableHere ExcPointNotAvailableHere DEAL_II_DEPRECATED; - private: /** * Typedef holding the local cell_hint. -- 2.39.5