X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=glwidget.cpp;fp=glwidget.cpp;h=f96484469008d4b63728d866709269dda2fd227d;hb=5b086435ee655e035d5b51dda40d4f5f62a5de26;hp=a309240e342dd45488d19ba959fb66c0701b205b;hpb=538aa2fb443b25f34feafb4a50bb52206f7fe79c;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);