From e26cc0a4cfa4fc9b48882489db64d25e8ee5fa30 Mon Sep 17 00:00:00 2001 From: Casian Andrei Date: Sun, 23 Sep 2012 15:36:23 +0300 Subject: [PATCH] CC: Remove a couple of extraneous empty lines --- glxbackend.cpp | 1 - scene_opengl.cpp | 1 - 2 files changed, 2 deletions(-) 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