diff --git a/test/freeflow/navierstokes/angeli/problem.hh b/test/freeflow/navierstokes/angeli/problem.hh
index 17eb1680c8996c3a6141cac0bab83325415c64ba..5a886a4ed3027e8af487025314b478180ce61e9e 100644
--- a/test/freeflow/navierstokes/angeli/problem.hh
+++ b/test/freeflow/navierstokes/angeli/problem.hh
@@ -146,17 +146,6 @@ public:
     Scalar temperature() const
     { return 298.0; }
 
-
-   /*!
-     * \brief Returns the sources within the domain.
-     *
-     * \param globalPos The global position
-     */
-    NumEqVector sourceAtPos(const GlobalPosition &globalPos) const
-    {
-        return NumEqVector(0.0);
-    }
-
     // \}
    /*!
      * \name Boundary conditions