Skip to content
Snippets Groups Projects
Commit e2d374bd authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkDGCell: remove unused function

parent 89ba5762
No related branches found
No related tags found
No related merge requests found
......@@ -63,12 +63,6 @@ vtkDGCell::Source::Source(vtkDataArray* conn, vtkIdType off, bool blank, Shape s
{
}
ostream& operator<<(ostream& os, const vtkDGCell::Shape& shape)
{
os << vtkDGCell::GetShapeName(shape).Data();
return os;
}
vtkDGCell::vtkDGCell()
{
static bool registeredSideShapes = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment