aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/StyleProvider.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-12-16 21:39:47 -0500
committerbobzel <zzzman@gmail.com>2020-12-16 21:39:47 -0500
commit0fbfb06c499d2ee52b086427cbf1c5431fadfad9 (patch)
tree0630334a1ebce2bada102c37a8936772cd68b6df /src/client/views/StyleProvider.tsx
parentf5527e423c3eaa104bec4904f6c778cf1f58a496 (diff)
simplified DocumentView a bit more. cleaned up other code.
Diffstat (limited to 'src/client/views/StyleProvider.tsx')
-rw-r--r--src/client/views/StyleProvider.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/StyleProvider.tsx b/src/client/views/StyleProvider.tsx
index dd406abed..312cfc73e 100644
--- a/src/client/views/StyleProvider.tsx
+++ b/src/client/views/StyleProvider.tsx
@@ -6,7 +6,6 @@ import { Doc, Opt, StrListCast } from "../../fields/Doc";
import { List } from '../../fields/List';
import { listSpec } from '../../fields/Schema';
import { BoolCast, Cast, NumCast, StrCast } from "../../fields/Types";
-import { returnFalse } from '../../Utils';
import { DocumentType } from '../documents/DocumentTypes';
import { CurrentUserUtils } from '../util/CurrentUserUtils';
import { SnappingManager } from '../util/SnappingManager';