summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-12-13 01:28:43 +0100
committerOle Loots <ole@monochrom.net>2013-12-13 01:28:43 +0100
commita7499820ba2f84fd3764b884c4cdedc2d3b04e84 (patch)
treeb6cb83508f5d4064f02d01e05f11c619247222ed
parentc938ee105f510ebf09ffb50461eed7fe04be0b00 (diff)
downloadnetsurf-a7499820ba2f84fd3764b884c4cdedc2d3b04e84.tar.gz
netsurf-a7499820ba2f84fd3764b884c4cdedc2d3b04e84.tar.bz2
Removed old code in 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;