Skip to content

Commit 447806d

Browse files
client: ogl: remove old warning
1 parent cca55a2 commit 447806d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

client/gl.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,6 @@ int64_t EGL::renderer() {
161161
}
162162

163163
EGLDisplay EGL::import_dmabuf(const Fdinfo& fdinfo, GLuint& tex, EGLImageKHR& image, int f) {
164-
if (renderer() != fdinfo.server_render_minor)
165-
printf("this is not on the same GPU, bail.");
166-
167164
EGLDisplay dpy = eglGetCurrentDisplay();
168165
if (dpy == EGL_NO_DISPLAY) return dpy;
169166

0 commit comments

Comments
 (0)