aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-11-11 13:53:18 +0100
committerjcid <devnull@localhost>2008-11-11 13:53:18 +0100
commit09835eb26ffd2df0a3b9988f3d8b3f82ef0a4226 (patch)
tree5c74f5f49ece6692d3a1e572e85fcb9441277d09
parente70b960ae5c27dfbda861dec25f57d5d83a2f64e (diff)
- removed the tab labelfont setting
-rw-r--r--src/ui.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 47c6d220..b47e11cf 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -621,10 +621,6 @@ UI::UI(int x, int y, int ww, int wh, const char* label, const UI *cur_ui) :
{
int s_h = 20;
- Font *f = font(prefs.vw_fontname, 0);
- if (f)
- this->labelfont(f);
-
PointerOnLink = FALSE;
Tabs = NULL;