summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Menard <alexis.menard@nokia.com>2009-05-29 13:54:00 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-05-31 03:33:25 (GMT)
commitf008d05a1b0d06c68c937daed3425aa7d3108715 (patch)
treeae3d65c01cdf273f377d8107c77e05b7169b1187
parent39439832b2540385bc9c9bdd8446f4cb9f16f868 (diff)
downloadQt-f008d05a1b0d06c68c937daed3425aa7d3108715.zip
Qt-f008d05a1b0d06c68c937daed3425aa7d3108715.tar.gz
Qt-f008d05a1b0d06c68c937daed3425aa7d3108715.tar.bz2
Remove unused variable.
(cherry picked from commit 28305c37a1874be6919c316be03fff2aaf3d94cb)
-rw-r--r--src/gui/kernel/qwidget_x11.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_x11.cpp b/src/gui/kernel/qwidget_x11.cpp
index dfec390..02297b6 100644
--- a/src/gui/kernel/qwidget_x11.cpp
+++ b/src/gui/kernel/qwidget_x11.cpp
@@ -1509,7 +1509,6 @@ QWidget *QWidget::keyboardGrabber()
void QWidget::activateWindow()
{
- Q_D(QWidget);
QWidget *tlw = window();
if (tlw->isVisible() && !tlw->d_func()->topData()->embedded && !X11->deferred_map.contains(tlw)) {
if (X11->userTime == 0)