diff options
Diffstat (limited to 'src/tests/testFont.cc')
-rw-r--r-- | src/tests/testFont.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/testFont.cc b/src/tests/testFont.cc index add737e..5874e73 100644 --- a/src/tests/testFont.cc +++ b/src/tests/testFont.cc | |||
@@ -142,8 +142,7 @@ int main(int argc, char **argv) { | |||
142 | 142 | ||
143 | } | 143 | } |
144 | 144 | ||
145 | FbTk::fontInit(); | 145 | |
146 | |||
147 | App app(displayname.c_str(), foreground, background); | 146 | App app(displayname.c_str(), foreground, background); |
148 | app.font().setAntialias(antialias); | 147 | app.font().setAntialias(antialias); |
149 | if (!app.font().load(fontname.c_str())) | 148 | if (!app.font().load(fontname.c_str())) |