Skip to content
Snippets Groups Projects
Commit 6e6da314 authored by Sean McBride's avatar Sean McBride
Browse files

Removed unused method

Fixed -Wunused-member-function warning, the only
such warning in the codebase.

Change-Id: I8c2fe36cd1dc07475711cb454d2327b6b7a9c50b
parent 1badae7f
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ namespace
~vtkUnicodeStringOutputIterator();
private:
vtkUnicodeStringOutputIterator(); // Not implemented
vtkUnicodeStringOutputIterator(const vtkUnicodeStringOutputIterator&); // Not implemented
const vtkUnicodeStringOutputIterator& operator=(const vtkUnicodeStringOutputIterator&); // Not Implemented
......
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