diff options
-rw-r--r-- | src/FbTk/Font.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/Font.cc b/src/FbTk/Font.cc index 156c812..61a557b 100644 --- a/src/FbTk/Font.cc +++ b/src/FbTk/Font.cc | |||
@@ -216,8 +216,8 @@ bool Font::load(const string &name) { | |||
216 | realname = "monospace"; | 216 | realname = "monospace"; |
217 | 217 | ||
218 | tmp_font = new XftFontImp(0, s_utf8mode); | 218 | tmp_font = new XftFontImp(0, s_utf8mode); |
219 | #endif // USE_XFT | ||
220 | } | 219 | } |
220 | #endif // USE_XFT | ||
221 | 221 | ||
222 | if (!tmp_font) { | 222 | if (!tmp_font) { |
223 | if (*name_it == "__DEFAULT__") | 223 | if (*name_it == "__DEFAULT__") |