diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-10-21 11:28:26 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-10-21 11:28:26 -0400 |
commit | 9586d1e6bad65070a472da7a067db03f26fe9a4c (patch) | |
tree | d240e4c970a8249a3fd29ed865cd39013701b4a7 /src/client/documents/Documents.ts | |
parent | eb95a7e5f5e50970d87ae0fd1f76ee080e7fa169 (diff) |
cleaning up annotation overlays
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index fbf45816a..fd5bea264 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -120,8 +120,6 @@ export namespace Docs { export namespace Prototypes { type LayoutSource = { LayoutString: (ext?: string) => string }; - type CollectionLayoutSource = { LayoutString: (fieldStr: string, fieldExt?: string) => string }; - type CollectionViewType = [CollectionLayoutSource, string, string?]; type PrototypeTemplate = { layout: { view: LayoutSource, |