From: wolf Date: Thu, 5 Jan 2006 13:41:03 +0000 (+0000) Subject: Remove apparently unneeded friend declaration. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aac0c981c2dfd8be113e854238f62c7de0fa2c5f;p=dealii-svn.git Remove apparently unneeded friend declaration. git-svn-id: https://svn.dealii.org/trunk@11954 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/hp_dof_handler.h b/deal.II/deal.II/include/dofs/hp_dof_handler.h index 5f52df7dba..8f8d1a4005 100644 --- a/deal.II/deal.II/include/dofs/hp_dof_handler.h +++ b/deal.II/deal.II/include/dofs/hp_dof_handler.h @@ -1002,11 +1002,6 @@ namespace hp * Make accessor objects friends. */ template class DH> friend class DoFObjectAccessor; - - /** - * Make Triangulation friend. - */ -// friend class Triangulation; };