aboutsummaryrefslogtreecommitdiff
path: root/tests/glean/winsys.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glean/winsys.cpp')
-rw-r--r--tests/glean/winsys.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/glean/winsys.cpp b/tests/glean/winsys.cpp
index 76216d0e..7f9049c3 100644
--- a/tests/glean/winsys.cpp
+++ b/tests/glean/winsys.cpp
@@ -262,12 +262,4 @@ WindowSystem::makeCurrent(RenderingContext& r, Window& w) {
# endif
} // WindowSystem::makeCurrent
-void
-WindowSystem::quiesce() {
-# if defined(__X11__)
- XSync(dpy, False);
-# elif defined(__WIN__)
-# endif
-} // WindowSystem::quiesce
-
} // namespace GLEAN