diff options
author | jcid <devnull@localhost> | 2008-11-11 13:53:18 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-11-11 13:53:18 +0100 |
commit | 09835eb26ffd2df0a3b9988f3d8b3f82ef0a4226 (patch) | |
tree | 5c74f5f49ece6692d3a1e572e85fcb9441277d09 /src/ui.cc | |
parent | e70b960ae5c27dfbda861dec25f57d5d83a2f64e (diff) |
- removed the tab labelfont setting
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; |