From 00a4dd2a6f270653e16049c6b221a16960cad82a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 19 Jun 2012 17:58:29 -0700 Subject: Remove dead code Change-Id: I48c1e3b2ebcf4ec2fb21ed2d1a88e1dae64e937d Reviewed-by: Friedemann Kleint --- src/widgets/styles/qstylesheetstyle.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/styles/qstylesheetstyle.cpp b/src/widgets/styles/qstylesheetstyle.cpp index 8341ae72a9..a82d2a57b8 100644 --- a/src/widgets/styles/qstylesheetstyle.cpp +++ b/src/widgets/styles/qstylesheetstyle.cpp @@ -5827,10 +5827,6 @@ void QStyleSheetStyle::updateStyleSheetFont(QWidget* w) const return; w->data->fnt = font; -#if defined(Q_WS_X11) - // make sure the font set on this widget is associated with the correct screen - //w->data->fnt.x11SetScreen(w->d_func()->xinfo.screen()); -#endif QEvent e(QEvent::FontChange); QApplication::sendEvent(w, &e); -- cgit v1.2.3