Remove copy-paste leftover ?

svn path=/trunk/netsurf/; revision=9775
This commit is contained in:
François Revel 2010-01-02 02:26:21 +00:00
parent 33034bf6f3
commit b1fc7d44ab

View File

@ -347,8 +347,6 @@ void nsbeos_style_to_font(BFont &font, const plot_font_style_t *fstyle)
case CSS_FONT_WEIGHT_800: weight = 800; break;
case CSS_FONT_WEIGHT_900: weight = 900; break;
*/
default: break;
}
if (!face)
face = B_REGULAR_FACE;