From: Wolfgang Bangerth Date: Fri, 18 Jul 2014 23:59:11 +0000 (+0000) Subject: Remove another unused function. X-Git-Tag: v8.2.0-rc1~277 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861e051b21cdf6a6c8b6a401012b212bb5c6a685;p=dealii.git Remove another unused function. git-svn-id: https://svn.dealii.org/trunk@33199 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/grid/grid_generator.cc b/deal.II/source/grid/grid_generator.cc index 39fa5409cf..4f4cf102bf 100644 --- a/deal.II/source/grid/grid_generator.cc +++ b/deal.II/source/grid/grid_generator.cc @@ -167,19 +167,6 @@ namespace GridGenerator } - /** - * Assign boundary number zero to the inner shell boundary and 1 to the - * outer. - */ - void colorize_hyper_shell (Triangulation<1> &, - const Point<1> &, - const double, - const double) - { - Assert (false, ExcNotImplemented()); - } - - /** * Assign boundary number zero to the inner shell boundary and 1 to the * outer.