From: Wolfgang Bangerth Date: Mon, 14 Jul 2014 21:24:59 +0000 (+0000) Subject: The GridOut::Svg class does not implement functions to declare and parse parameters... X-Git-Tag: v8.2.0-rc1~302 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=098080c0afc76ab67fbaf49e0afdba5862cdd6ec;p=dealii.git The GridOut::Svg class does not implement functions to declare and parse parameters. Remove the declarations (currently commented out anyway) to avoid confusion. git-svn-id: https://svn.dealii.org/trunk@33170 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/grid_out.h b/deal.II/include/deal.II/grid/grid_out.h index 757e1b7bd8..a72565cfd7 100644 --- a/deal.II/include/deal.II/grid/grid_out.h +++ b/deal.II/include/deal.II/grid/grid_out.h @@ -713,18 +713,6 @@ namespace GridOutFlags const bool label_subdomain_id = false, const bool draw_colorbar = true, const bool draw_legend = true); - - /** - * Declare parameters in - * ParameterHandler. - */ -// static void declare_parameters (ParameterHandler ¶m); - - /** - * Parse parameters of - * ParameterHandler. - */ -// void parse_parameters (ParameterHandler ¶m); }; /**