diff --git a/glxbackend.cpp b/glxbackend.cpp index 8675ab8004..cef88d433a 100644 --- a/glxbackend.cpp +++ b/glxbackend.cpp @@ -45,7 +45,6 @@ GlxBackend::GlxBackend() init(); } - GlxBackend::~GlxBackend() { // TODO: cleanup in error case diff --git a/scene_opengl.cpp b/scene_opengl.cpp index 2d42c2d70e..0bf7ce88a6 100644 --- a/scene_opengl.cpp +++ b/scene_opengl.cpp @@ -255,7 +255,6 @@ bool SceneOpenGL::initFailed() const return !init_ok; } - int SceneOpenGL::paint(QRegion damage, ToplevelList toplevels) { // actually paint the frame, flushed with the NEXT frame