summaryrefslogtreecommitdiff
path: root/libreofficekit
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-01-24 13:44:18 +0200
committerCaolán McNamara <caolanm@redhat.com>2017-01-24 15:56:31 +0000
commitc5df32e5cb6ef9727e566541d6cf29dbd5c32602 (patch)
treef48f227f44728bf23a5d686730b1df7e45d37fba /libreofficekit
parentd92b12604b644195328b89cb9355cd4fc4bc3e2d (diff)
loplugin: unnecessary destructor jvmfwk..lotuswordpro
Change-Id: Iaa4f9b178ab265342255066af7fff09f5b33ab37 Reviewed-on: https://gerrit.libreoffice.org/33496 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'libreofficekit')
-rw-r--r--libreofficekit/source/gtk/tilebuffer.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/libreofficekit/source/gtk/tilebuffer.hxx b/libreofficekit/source/gtk/tilebuffer.hxx
index 64491ee3629e..4fab28dab891 100644
--- a/libreofficekit/source/gtk/tilebuffer.hxx
+++ b/libreofficekit/source/gtk/tilebuffer.hxx
@@ -100,8 +100,6 @@ class TileBuffer
cairo_surface_destroy(pSurface);
}
- ~TileBuffer() {}
-
/**
Gets the underlying Tile object for given position. The position (0, 0)
points to the left top most tile of the buffer.