Skip to content

Commit 48ededf

Browse files
committed
fix(sdk): removed unused variables
1 parent 0aa03cb commit 48ededf

File tree

1 file changed

+0
-2
lines changed
  • engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities

1 file changed

+0
-2
lines changed

engine/modules/entities/src/main/java/com/codingame/gameengine/module/entities/Text.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,9 @@ public String toString() {
1717
}
1818
}
1919

20-
private String text = "";
2120
private int strokeColor = 0;
2221
private double strokeThickness = 0;
2322
private int fillColor = 0;
24-
private int fontSize = 26;
2523
private String fontFamily = "Lato";
2624
private FontWeight fontWeight = FontWeight.NORMAL;
2725

0 commit comments

Comments
 (0)