Skip to content
Snippets Groups Projects
Commit 251248fb authored by Simon Barner's avatar Simon Barner
Browse files

- Remove unneeded dispose() method (see last commit)

refs 1841
parent 8a4a3eeb
No related branches found
No related tags found
No related merge requests found
......@@ -285,14 +285,4 @@ public class CreateAnnotationInstanceColumn extends ViewerColumn {
return null;
}
}
/**
* Disposes the UI elements created by this class, namely {@code crButton} and {@code column}.
* This is required whenever the parent UI-element is repainted. See the general Java-UI
* documentation for details.
*/
public void dispose() {
crButton.dispose();
column.dispose();
}
}
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