Skip to content
Snippets Groups Projects
Commit bba86be4 authored by Florian Hölzl's avatar Florian Hölzl
Browse files

Unused methods are treated after the release.

refs 2490
parent d70c7ee3
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,6 @@ public final class EllipseLayoutUIUtils {
* the resize direction
* @return the clamped shape size
*/
// TODO(VA) This method is not used anywhere -> delete?
public static Dimension clampEllipseShapeSize(Dimension oldSize, int direction) {
return clampEllipseShapeSize(oldSize, direction, DEFAULT_SHAPE_MINIMUM_WIDTH,
DEFAULT_SHAPE_MINIMUM_HEIGHT, DEFAULT_SHAPE_ASPECT_RATIO);
......
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