diff options
Diffstat (limited to 'src/ui/mobile.c')
-rw-r--r-- | src/ui/mobile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/mobile.c b/src/ui/mobile.c index f93d4352..ae503f77 100644 --- a/src/ui/mobile.c +++ b/src/ui/mobile.c | |||
@@ -657,8 +657,6 @@ void finalizeSheet_Mobile(iWidget *sheet) { | |||
657 | iAssert(sheet->parent); | 657 | iAssert(sheet->parent); |
658 | arrange_Widget(sheet->parent); | 658 | arrange_Widget(sheet->parent); |
659 | postCommand_App("widget.overflow"); /* with the correct dimensions */ | 659 | postCommand_App("widget.overflow"); /* with the correct dimensions */ |
660 | //puts("---- MOBILE LAYOUT ----"); | ||
661 | //printTree_Widget(sheet); | ||
662 | } | 660 | } |
663 | else { | 661 | else { |
664 | arrange_Widget(sheet); | 662 | arrange_Widget(sheet); |