mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 05:27:00 +03:00
Remove copy-paste leftover ?
svn path=/trunk/netsurf/; revision=9775
This commit is contained in:
parent
33034bf6f3
commit
b1fc7d44ab
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user