diff options
author | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-04-15 12:10:50 (GMT) |
---|---|---|
committer | Tom Cooksey <thomas.cooksey@nokia.com> | 2010-04-16 12:52:12 (GMT) |
commit | 5480e3b68da98253ae6ec58bd0db0075225a4e22 (patch) | |
tree | a23c222a11182edb210c9fc41a77431af1087540 /src/gui/egl/qeglcontext_p.h | |
parent | dda010b51b8e3ec6955b64290ad47c0f43dcda73 (diff) | |
download | Qt-5480e3b68da98253ae6ec58bd0db0075225a4e22.zip Qt-5480e3b68da98253ae6ec58bd0db0075225a4e22.tar.gz Qt-5480e3b68da98253ae6ec58bd0db0075225a4e22.tar.bz2 |
Cleanup & remove unused function overloads from QEgl* APIs
This should make stubbing out these APIs slightly easier.
Reviewed-By: TrustMe
Diffstat (limited to 'src/gui/egl/qeglcontext_p.h')
-rw-r--r-- | src/gui/egl/qeglcontext_p.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/egl/qeglcontext_p.h b/src/gui/egl/qeglcontext_p.h index 7eec7eb..ccde00d 100644 --- a/src/gui/egl/qeglcontext_p.h +++ b/src/gui/egl/qeglcontext_p.h @@ -85,10 +85,6 @@ public: bool lazyDoneCurrent(); bool swapBuffers(EGLSurface surface); - void waitNative(); - void waitClient(); - - bool configAttrib(int name, EGLint *value) const; int configAttrib(int name) const; EGLContext context() const { return ctx; } @@ -99,8 +95,6 @@ public: EGLConfig config() const { return cfg; } void setConfig(EGLConfig config) { cfg = config; } - QEglProperties configProperties() const; - private: QEgl::API apiType; EGLContext ctx; |