From: bangerth Date: Tue, 26 Jun 2007 05:06:35 +0000 (+0000) Subject: Remove a TODO that I now no longer understand X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c24e04ced6fe5ff57b03348058289028775b3c04;p=dealii-svn.git Remove a TODO that I now no longer understand git-svn-id: https://svn.dealii.org/trunk@14812 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index 46c8311e0c..0f98d88285 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -27,8 +27,6 @@ template class FullMatrix; template class SparseMatrix; template class Vector; -//TODO: Find a way to avoid the forward declarations and get rid of dof_handler include files. - template class DoFObjectAccessor; template class DoFObjectAccessor<0,DH>; template class DoFObjectAccessor<1,DH>;