summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-03-31 21:51:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-03-31 21:51:44 +0000
commitd434749953a4ac36b30f022e6b65866750f8c51c (patch)
tree51edcfbed2f00665408503b952c6d77912cf15d7 /amiga
parent7a12cad43911066dc49bfb852d4e9d4d65912ad1 (diff)
downloadnetsurf-d434749953a4ac36b30f022e6b65866750f8c51c.tar.gz
netsurf-d434749953a4ac36b30f022e6b65866750f8c51c.tar.bz2
Remove old commented out tags
svn path=/trunk/netsurf/; revision=13784
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 55ffeb217..2eac77f6b 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2951,7 +2951,6 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
"scrollergclass",
GA_ID, GID_HSCROLL,
PGA_Freedom, FREEHORIZ,
- // GA_Left, size1,
GA_RelRight, 1 - size2 - sz,
GA_Width, size2,
GA_BottomBorder, TRUE,
@@ -2976,8 +2975,6 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
GA_Image, (struct Image *)NewObject(
NULL,
"gaugeiclass",
- //"frameiclass",
- //IA_FrameType, FRAME_DISPLAY,
IA_Top, 2 - (scrn->RastPort.TxHeight),
IA_Left, -3,
IA_Height, 4 + scrn->RastPort.TxHeight,