From: Wolfgang Bangerth Date: Sun, 24 Jan 2016 19:16:33 +0000 (-0600) Subject: Remove declarations of functions that are no longer implemented. X-Git-Tag: v8.4.0-rc2~52^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a372c8432bcf4869473ffc516b90e84638e135f2;p=dealii.git Remove declarations of functions that are no longer implemented. --- diff --git a/include/deal.II/fe/fe_system.h b/include/deal.II/fe/fe_system.h index 093ee16af2..ba2a12356d 100644 --- a/include/deal.II/fe/fe_system.h +++ b/include/deal.II/fe/fe_system.h @@ -846,15 +846,6 @@ public: virtual std::size_t memory_consumption () const; protected: - /** - * Compute flags for initial update only. - */ - UpdateFlags update_once (const UpdateFlags flags) const; - - /** - * Compute flags for update on each cell. - */ - UpdateFlags update_each (const UpdateFlags flags) const; /** * @p clone function instead of a copy constructor.