summaryrefslogtreecommitdiff
path: root/libreofficekit/source/gtk/tilebuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libreofficekit/source/gtk/tilebuffer.cxx')
-rw-r--r--libreofficekit/source/gtk/tilebuffer.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/libreofficekit/source/gtk/tilebuffer.cxx b/libreofficekit/source/gtk/tilebuffer.cxx
index 85f6eb0422c2..75c3d0d2c5c4 100644
--- a/libreofficekit/source/gtk/tilebuffer.cxx
+++ b/libreofficekit/source/gtk/tilebuffer.cxx
@@ -36,12 +36,6 @@ GdkPixbuf* Tile::getBuffer()
return m_pBuffer;
}
-void Tile::release()
-{
- g_object_unref (m_pBuffer);
- m_pBuffer = NULL;
-}
-
void Tile::setPixbuf(GdkPixbuf *buffer)
{
m_pBuffer = buffer;