Remove old commented out tags

svn path=/trunk/netsurf/; revision=13784
This commit is contained in:
Chris Young 2012-03-31 21:51:44 +00:00
parent 7a12cad439
commit d434749953
1 changed files with 0 additions and 3 deletions

View File

@ -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,