aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorsharkiecodes <lanyi_stroud@brown.edu>2025-04-28 20:18:55 -0400
committersharkiecodes <lanyi_stroud@brown.edu>2025-04-28 20:18:55 -0400
commite281393e305c18f3882c98d79bc12ad5345384ff (patch)
tree2277206b249bbe7f8ecb6ec8657e1e4f5b08c4f8 /src/client/documents/Documents.ts
parent6900008b1bb89cca1eab7b95f17ee33fa335282f (diff)
parenta495e09b0926f3e5c69cc6ddcf92df613b8677e6 (diff)
Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into lanyi-branch
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index e694419a4..a4a668085 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -535,8 +535,6 @@ export class DocumentOptions {
* The list of embedded Doc instances in each Scrapbook slot
*/
scrapbookContents?: List<Doc>;
-
- _outpaintingMetadata?: STRt = new StrInfo('serialized JSON metadata needed for image outpainting', false);
}
export const DocOptions = new DocumentOptions();