From a7499820ba2f84fd3764b884c4cdedc2d3b04e84 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Fri, 13 Dec 2013 01:28:43 +0100 Subject: Removed old code in atari/toolbar.c --- atari/toolbar.c | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/atari/toolbar.c b/atari/toolbar.c index 903a78e7b..115ac4fad 100644 --- a/atari/toolbar.c +++ b/atari/toolbar.c @@ -407,22 +407,6 @@ static void toolbar_reflow(struct s_toolbar *tb) throbber_form[tb->throbber.index].ob_x = offx; throbber_form[tb->throbber.index].ob_y = offy; - /*throbber_form[tb->throbber.index].ob_x = tb->area.g_x - + tb->form[TOOLBAR_AREA_RIGHT].ob_x - + tb->form[TOOLBAR_THROBBER_AREA].ob_x;*/ - -/* - throbber_form[tb->throbber.index].ob_x = tb->area.g_x - + tb->form[TOOLBAR_AREA_RIGHT].ob_x - + tb->form[TOOLBAR_THROBBER_AREA].ob_x - + ((tb->form[TOOLBAR_THROBBER_AREA].ob_width - - throbber_form[tb->throbber.index].ob_width) >> 1); - - throbber_form[tb->throbber.index].ob_y = tb->area.g_y - + ((tb->form[TOOLBAR_THROBBER_AREA].ob_height - - throbber_form[tb->throbber.index].ob_height) >> 1); - */ - // align the search button: tb->form[TOOLBAR_SEARCH_ALIGN_RIGHT].ob_x = tb->area.g_w - tb->form[TOOLBAR_SEARCH_ALIGN_RIGHT].ob_width; -- cgit v1.2.3