From 098080c0afc76ab67fbaf49e0afdba5862cdd6ec Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 14 Jul 2014 21:24:59 +0000 Subject: [PATCH] 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 --- deal.II/include/deal.II/grid/grid_out.h | 12 ------------ 1 file changed, 12 deletions(-) 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); }; /** -- 2.39.5