Skip to content
Snippets Groups Projects
Commit 074564e2 authored by Tim Keil's avatar Tim Keil
Browse files

[interfaces/grid-function] remove local_function(element)

parent 835a5a8d
No related branches found
No related tags found
No related merge requests found
......@@ -112,18 +112,6 @@ public:
virtual std::unique_ptr<LocalFunctionType> local_function() const = 0;
/**
* \name ´´This method is deprecated.''
* \{
**/
virtual std::unique_ptr<LocalFunctionType> local_function(const ElementType& /*element*/) const
{
DXT_DEPRECATED_MSG("This function is deprecated. Use local_function() and call bind(element).")
return nullptr;
}
/**
* \}
* \name ´´These methods should be implemented in order to identify the function.''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment