From b6f287f13fcae0beb4aa93bc0176ec73a465381c Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 11 Oct 2022 13:32:44 +0300 Subject: [PATCH] Removed unused feature --- src/app/layout/app.layout.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/layout/app.layout.component.ts b/src/app/layout/app.layout.component.ts index 72aa2e0..802b5a9 100644 --- a/src/app/layout/app.layout.component.ts +++ b/src/app/layout/app.layout.component.ts @@ -101,7 +101,6 @@ export class AppLayoutComponent implements OnDestroy { 'layout-theme-dark': this.layoutService.config.colorScheme === 'dark', 'layout-overlay': this.layoutService.config.menuMode === 'overlay', 'layout-static': this.layoutService.config.menuMode === 'static', - 'layout-horizontal': this.layoutService.config.menuMode === 'horizontal', 'layout-static-inactive': this.layoutService.state.staticMenuDesktopInactive && this.layoutService.config.menuMode === 'static', 'layout-overlay-active': this.layoutService.state.overlayMenuActive, 'layout-mobile-active': this.layoutService.state.staticMenuMobileActive,