Skip to content

Commit

Permalink
del: removed the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangYyang committed Nov 16, 2023
1 parent 5d14638 commit d9dd2ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/kicad/board.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1310,9 +1310,6 @@ export class Text {

export class FpText extends Text {
type: "reference" | "value" | "user";

// I don't know the how locked attribute (unlocked attribute in the `At` class) affects rendering
// maybe it needs to be changed something.
locked: boolean = false;

constructor(
Expand Down

0 comments on commit d9dd2ac

Please sign in to comment.