From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Sun, 2 Aug 2015 22:50:17 +0000 (-0500)
Subject: Remove now outdated code.
X-Git-Tag: v8.4.0-rc2~685^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68305bc7be6d5a9f0183730fe569ac6e9495f301;p=dealii.git

Remove now outdated code.
---

diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h
index 700f10b5be..6e669fa7a0 100644
--- a/include/deal.II/fe/fe.h
+++ b/include/deal.II/fe/fe.h
@@ -27,7 +27,6 @@
 
 DEAL_II_NAMESPACE_OPEN
 
-template <int dim, int spacedim> class FEValuesData;
 template <int dim, int spacedim> class FEValuesBase;
 template <int dim, int spacedim> class FEValues;
 template <int dim, int spacedim> class FEFaceValues;
diff --git a/include/deal.II/fe/fe_poly.templates.h b/include/deal.II/fe/fe_poly.templates.h
index 3379671e62..932b40f086 100644
--- a/include/deal.II/fe/fe_poly.templates.h
+++ b/include/deal.II/fe/fe_poly.templates.h
@@ -336,72 +336,6 @@ fill_fe_face_values (const Mapping<dim,spacedim>                   &mapping,
 }
 
 
-//codimension 1
-// template <>
-// inline
-// void
-// FE_Poly<TensorProductPolynomials<1>,1,2>::fill_fe_subface_values (const Mapping<1,2> &,
-//                                                             const Triangulation<1,2>::cell_iterator &,
-//                                                             const unsigned int,
-//                                                             const unsigned int,
-//                                                             const Quadrature<0> &,
-//                                                             Mapping<1,2>::InternalDataBase &,
-//                                                             Mapping<1,2>::InternalDataBase &,
-//                                                             FEValuesData<1,2> &) const
-// {
-//   AssertThrow(false, ExcNotImplemented());
-// }
-
-
-// template <>
-// inline
-// void
-// FE_Poly<TensorProductPolynomials<2>,2,3>::fill_fe_subface_values (const Mapping<2,3> &,
-//                                                             const Triangulation<2,3>::cell_iterator &,
-//                                                             const unsigned int,
-//                                                             const unsigned int,
-//                                                             const Quadrature<1> &,
-//                                                             Mapping<2,3>::InternalDataBase &,
-//                                                             Mapping<2,3>::InternalDataBase &,
-//                                                             FEValuesData<2,3> &) const
-// {
-//   AssertThrow(false, ExcNotImplemented());
-// }
-
-
-// template <>
-// inline
-// void
-// FE_Poly<PolynomialSpace<1>,1,2>::fill_fe_subface_values (const Mapping<1,2> &,
-//                                                             const Triangulation<1,2>::cell_iterator &,
-//                                                             const unsigned int,
-//                                                             const unsigned int,
-//                                                             const Quadrature<0> &,
-//                                                             Mapping<1,2>::InternalDataBase &,
-//                                                             Mapping<1,2>::InternalDataBase &,
-//                                                             FEValuesData<1,2> &) const
-// {
-//   AssertThrow(false, ExcNotImplemented());
-// }
-
-
-// template <>
-// inline
-// void
-// FE_Poly<PolynomialSpace<2>,2,3>::fill_fe_subface_values (const Mapping<2,3> &,
-//                                                             const Triangulation<2,3>::cell_iterator &,
-//                                                             const unsigned int,
-//                                                             const unsigned int,
-//                                                             const Quadrature<1> &,
-//                                                             Mapping<2,3>::InternalDataBase &,
-//                                                             Mapping<2,3>::InternalDataBase &,
-//                                                             FEValuesData<2,3> &) const
-// {
-//   AssertThrow(false, ExcNotImplemented());
-// }
-
-
-
 
 template <class POLY, int dim, int spacedim>
 void
diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h
index 9efbc1ef32..2a5a883961 100644
--- a/include/deal.II/fe/fe_system.h
+++ b/include/deal.II/fe/fe_system.h
@@ -28,6 +28,9 @@
 
 DEAL_II_NAMESPACE_OPEN
 
+template <int dim, int spacedim> class FEValuesData;
+
+
 /**
  * This class provides an interface to group several elements together into
  * one. To the outside world, the resulting object looks just like a usual