summaryrefslogtreecommitdiff
path: root/beos/font.cpp
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2013-02-18 14:47:21 +0000
committerVincent Sanders <vince@netsurf-browser.org>2013-02-18 14:47:21 +0000
commit869c7245f5a5afe4c35fd06ad8076652627d43a2 (patch)
tree3d9005182b27b41e63262e75dbdea01d2aa85eaf /beos/font.cpp
parent15d39c6ebf2180e422f8bd381333043903cfd45b (diff)
downloadnetsurf-869c7245f5a5afe4c35fd06ad8076652627d43a2.tar.gz
netsurf-869c7245f5a5afe4c35fd06ad8076652627d43a2.tar.bz2
clean out useless outdated #if 0 blocks they serve no purpose and keep causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
Diffstat (limited to 'beos/font.cpp')
-rw-r--r--beos/font.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/beos/font.cpp b/beos/font.cpp
index 7d04c6857..c2d5e7b9b 100644
--- a/beos/font.cpp
+++ b/beos/font.cpp
@@ -257,10 +257,6 @@ bool nsfont_paint(const plot_font_style_t *fstyle,
oldbg = view->LowColor();
drawing_mode oldmode = view->DrawingMode();
-#if 0
- if (oldbg != background)
- view->SetLowColor(background);
-#endif
view->SetLowColor(B_TRANSPARENT_32_BIT);
//view->SetScale() XXX