refactor(client): remove unused variable

This commit is contained in:
Elian Doran 2024-12-28 13:32:03 +02:00
parent b2aa05cb9a
commit 748eedbbd2
No known key found for this signature in database

View File

@ -113,8 +113,6 @@ span.fancytree-expander {
export default class MobileLayout {
getRootWidget(appContext) {
const launcherPaneIsHorizontal = true;
return new RootContainer(true)
.setParent(appContext)
.class("horizontal-layout")