Skip to content

Commit

Permalink
remove empty unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
GamerGirlandCo committed Feb 13, 2023
1 parent 5675c22 commit 6746fa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data-model/canvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export class CanvasMetadata implements Iterable<CanvasCard> {

public cards: CanvasCard[];

public static genfrom(data: any) {}

public constructor(path: string, cards: CanvasCard[], stat: FileStats, partdata?: any) {
if (partdata) {
Object.assign(this, partdata);
Expand Down

0 comments on commit 6746fa0

Please sign in to comment.