all repos — fluxbox @ e4976c3d3452589fbd95db339302ec55ba5253ac

custom fork of the fluxbox windowmanager

removed unused variable
fluxgen fluxgen
commit

e4976c3d3452589fbd95db339302ec55ba5253ac

parent

7593eb165fc42ee025b534f66225fa32c5aefec3

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M src/FbTk/XmbFontImp.ccsrc/FbTk/XmbFontImp.cc

@@ -113,10 +113,8 @@

XFontSet createFontSet(const char *fontname, bool& utf8mode) { Display *display = FbTk::App::instance()->display(); XFontSet fs; - const int FONT_ELEMENT_SIZE=50; char **missing, *def = "-"; - int nmissing, pixel_size = 0, buf_size = 0; - char weight[FONT_ELEMENT_SIZE], slant[FONT_ELEMENT_SIZE]; + int nmissing; std::string orig_locale = ""; #ifdef HAVE_SETLOCALE