summaryrefslogtreecommitdiff
path: root/atari/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/toolbar.c')
-rw-r--r--atari/toolbar.c16
1 files changed, 0 insertions, 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;