From 190684240e303ad708e0522432849332011964f3 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 29 Apr 2021 16:53:18 +0300 Subject: Cleanup --- src/ui/lookupwidget.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/lookupwidget.c b/src/ui/lookupwidget.c index b3e88ce8..7a0fe237 100644 --- a/src/ui/lookupwidget.c +++ b/src/ui/lookupwidget.c @@ -657,7 +657,6 @@ static iBool processEvent_LookupWidget_(iLookupWidget *d, const SDL_Event *ev) { iRoot *root = w->root; const iInt2 rootSize = size_Root(root); const iRect navBarBounds = bounds_Widget(findChild_Widget(root->widget, "navbar")); - printf("navbar x:%d w:%d\n", navBarBounds.pos.x, navBarBounds.size.x); iWidget *url = findChild_Widget(root->widget, "url"); setFixedSize_Widget(w, init_I2(width_Widget(url), (rootSize.y - bottom_Rect(navBarBounds)) / 2)); -- cgit v1.2.3