Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
bba86be4
Commit
bba86be4
authored
Nov 10, 2017
by
Florian Hölzl
Browse files
Unused methods are treated after the release.
refs 2490
parent
d70c7ee3
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/utils/EllipseLayoutUIUtils.java
View file @
bba86be4
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment