From: Wolfgang Bangerth Date: Thu, 5 Jan 2006 13:41:03 +0000 (+0000) Subject: Remove apparently unneeded friend declaration. X-Git-Tag: v8.0.0~12705 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e7b47299253bd61e893df7714c389784f04652;p=dealii.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; };