Skip to content

Commit

Permalink
[#538] Remove unused import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkcoding7 authored and prmr committed Jul 2, 2024
1 parent 25d5dbf commit d257d7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/org/jetuml/rendering/RenderingUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import org.jetuml.gui.ColorScheme;

import javafx.scene.canvas.GraphicsContext;
import javafx.scene.paint.Color;
import javafx.scene.paint.Paint;
import javafx.scene.text.Font;

Expand Down Expand Up @@ -83,7 +82,6 @@ public static void drawOval(GraphicsContext pGraphics, int pX, int pY, int pWidt
pGraphics.fillOval(pX + 0.5, pY + 0.5, pWidth, pHeight);
pGraphics.strokeOval(pX + 0.5, pY + 0.5, pWidth, pHeight);
pGraphics.restore();
pGraphics.setEffect(null);
}

/**
Expand Down

0 comments on commit d257d7d

Please sign in to comment.