X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffont.hh;h=53e48c4ebad194546cdd99e1716f98b7f4966a36;hb=3147507622de5ab771c99a4bb636f55344f6cbd7;hp=618d4f6ebb99cd38a5c768c40b7f6b75c5b061ff;hpb=115fedf432d73f17ade48eaa2fa12dfd333bfcaa;p=chaz%2Fopenbox diff --git a/otk/font.hh b/otk/font.hh index 618d4f6e..53e48c4e 100644 --- a/otk/font.hh +++ b/otk/font.hh @@ -23,20 +23,8 @@ class Font { * static members */ private: - static std::string _fallback_font; - static bool _xft_init; + static bool _xft_init; -public: - // the fallback is only used for X fonts, not for Xft fonts, since it is - // assumed that X fonts will be the fallback from Xft. - inline static std::string fallbackFont(void) { return _fallback_font; } - inline static void setFallbackFont(const std::string &f) - { _fallback_font = f; } - - /* - * instance members - */ -private: int _screen_num; std::string _fontstring;