Skip to content

Commit

Permalink
Remove unused annotation position
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Jul 25, 2024
1 parent cfd7bac commit 501014e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/image/annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ export class Annotation {
*/
referenceSopUID;

/**
* The position: an Index converted to string.
*
* @type {string}
*/
position;

/**
* The mathematical shape.
*
Expand Down Expand Up @@ -83,7 +76,8 @@ export class Annotation {
textExpr;

/**
* Label position.
* Label position. If undefined, the default shape
* label position will be used.
*
* @type {Point2D|undefined}
*/
Expand Down

0 comments on commit 501014e

Please sign in to comment.