X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glwidget.cpp;h=f96484469008d4b63728d866709269dda2fd227d;hb=f6ab60538006a0ec33781d8cf23ad0f9e4de6770;hp=a309240e342dd45488d19ba959fb66c0701b205b;hpb=d7bba4abb3d56893399578f0540b9ded0a28380f;p=nageru diff --git a/glwidget.cpp b/glwidget.cpp index a309240..f964844 100644 --- a/glwidget.cpp +++ b/glwidget.cpp @@ -44,9 +44,6 @@ GLWidget::~GLWidget() void GLWidget::initializeGL() { - printf("egl context=%p\n", eglGetCurrentContext()); - //printf("threads: %p %p\n", QThread::currentThread(), qGuiApp->thread()); - static std::once_flag flag; std::call_once(flag, [this]{ global_mixer = new Mixer(QGLFormat::toSurfaceFormat(format()), global_flags.num_cards);