summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.h
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2011-05-23 09:52:14 +0200
committerSamuel Rødal <samuel.rodal@nokia.com>2011-05-23 09:52:14 +0200
commitc5d1f239426b4cf9b3ddc0f34fd1514504dfb985 (patch)
tree0de42068014dda9d0961eb10fc84655a9ac01eab /src/gui/kernel/qwindow.h
parent2fb3c22f37cc94fad293b9881d85080f77768514 (diff)
Remove superfluous setter / getter for QWindowFormat in QWindow.
Diffstat (limited to 'src/gui/kernel/qwindow.h')
-rw-r--r--src/gui/kernel/qwindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/kernel/qwindow.h b/src/gui/kernel/qwindow.h
index de4e414703..998a48fb42 100644
--- a/src/gui/kernel/qwindow.h
+++ b/src/gui/kernel/qwindow.h
@@ -136,9 +136,6 @@ public:
QWindowContext *glContext() const;
- void setRequestFormat(const QWindowFormat &format);
- QWindowFormat format() const;
-
void destroy();
QPlatformWindow *handle() const;