Removed unused code

This commit is contained in:
Cagatay Civici 2022-10-11 14:15:11 +03:00
parent b6f287f13f
commit 530703b69c

View File

@ -70,10 +70,6 @@ export class LayoutService {
} }
} }
onOverlaySubmenuOpen() {
this.overlayOpen.next(null);
}
showProfileSidebar() { showProfileSidebar() {
this.state.profileSidebarVisible = !this.state.profileSidebarVisible; this.state.profileSidebarVisible = !this.state.profileSidebarVisible;
if (this.state.profileSidebarVisible) { if (this.state.profileSidebarVisible) {