Remove old commented out tags
svn path=/trunk/netsurf/; revision=13784
This commit is contained in:
parent
7a12cad439
commit
d434749953
|
@ -2951,7 +2951,6 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
|
||||||
"scrollergclass",
|
"scrollergclass",
|
||||||
GA_ID, GID_HSCROLL,
|
GA_ID, GID_HSCROLL,
|
||||||
PGA_Freedom, FREEHORIZ,
|
PGA_Freedom, FREEHORIZ,
|
||||||
// GA_Left, size1,
|
|
||||||
GA_RelRight, 1 - size2 - sz,
|
GA_RelRight, 1 - size2 - sz,
|
||||||
GA_Width, size2,
|
GA_Width, size2,
|
||||||
GA_BottomBorder, TRUE,
|
GA_BottomBorder, TRUE,
|
||||||
|
@ -2976,8 +2975,6 @@ struct gui_window *gui_create_browser_window(struct browser_window *bw,
|
||||||
GA_Image, (struct Image *)NewObject(
|
GA_Image, (struct Image *)NewObject(
|
||||||
NULL,
|
NULL,
|
||||||
"gaugeiclass",
|
"gaugeiclass",
|
||||||
//"frameiclass",
|
|
||||||
//IA_FrameType, FRAME_DISPLAY,
|
|
||||||
IA_Top, 2 - (scrn->RastPort.TxHeight),
|
IA_Top, 2 - (scrn->RastPort.TxHeight),
|
||||||
IA_Left, -3,
|
IA_Left, -3,
|
||||||
IA_Height, 4 + scrn->RastPort.TxHeight,
|
IA_Height, 4 + scrn->RastPort.TxHeight,
|
||||||
|
|
Loading…
Reference in New Issue