From a14bf2aa77802bfd53721246ac0879ee2d85ac88 Mon Sep 17 00:00:00 2001 From: Norbert de Langen Date: Thu, 16 Apr 2020 14:10:30 +0200 Subject: [PATCH] CLEANUP --- lib/api/src/modules/layout.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/api/src/modules/layout.ts b/lib/api/src/modules/layout.ts index 43fdcdfad9e4..dc05c07239d4 100644 --- a/lib/api/src/modules/layout.ts +++ b/lib/api/src/modules/layout.ts @@ -50,8 +50,6 @@ export interface SubAPI { } type PartialSubState = Partial; -type PartialThemeVars = Partial; -type PartialLayout = Partial; export interface UIOptions { name?: string; @@ -64,10 +62,6 @@ export interface UIOptions { selectedPanel?: string; } -interface OptionsMap { - [key: string]: string; -} - const defaultState: SubState = { ui: { enableShortcuts: true,