From: wolf Date: Mon, 12 Apr 1999 17:13:11 +0000 (+0000) Subject: Remove obviously obsolete copy constructor for FiniteElementData. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccfb134490c089646e3041c022d3e53a1a145f2d;p=dealii-svn.git Remove obviously obsolete copy constructor for FiniteElementData. git-svn-id: https://svn.dealii.org/trunk@1126 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe.h b/deal.II/deal.II/include/fe/fe.h index 540908a18a..9618d17e76 100644 --- a/deal.II/deal.II/include/fe/fe.h +++ b/deal.II/deal.II/include/fe/fe.h @@ -141,13 +141,6 @@ class FiniteElementData const unsigned int n_transform_functions, const unsigned int n_components); -// /** -// * Another frequently used useful -// * constructor, copying the data from -// * another object. -// */ -// FiniteElementData (const FiniteElementData<2> &fe_data); - /** * Comparison operator. It is not clear to * me why we have to declare and implement