aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresentationList.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-09-30 09:56:48 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-09-30 09:56:48 -0400
commit2e6fbd4b7571424be6c2ae5f4cd49ec83654cce4 (patch)
tree56c2ace7b76b9fd33202f0d14c94bf497ae7dc0f /src/client/views/presentationview/PresentationList.tsx
parent3fa3b2cc6316c5e5f3067660bdb397871c3b8b05 (diff)
merge fixes for presentation view.
Diffstat (limited to 'src/client/views/presentationview/PresentationList.tsx')
-rw-r--r--src/client/views/presentationview/PresentationList.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/presentationview/PresentationList.tsx b/src/client/views/presentationview/PresentationList.tsx
index f730b4cf2..da48a856a 100644
--- a/src/client/views/presentationview/PresentationList.tsx
+++ b/src/client/views/presentationview/PresentationList.tsx
@@ -17,9 +17,6 @@ interface PresListProps {
presStatus: boolean;
removeDocByRef(doc: Doc): boolean;
clearElemMap(): void;
- groupMappings: Map<String, Doc[]>;
- presGroupBackUp: Doc;
- presButtonBackUp: Doc;
}