summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-02-16 09:48:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-02-16 10:26:03 +0000
commit08c475bb24a34f3a6a3f08e8490b521e8dcc96be (patch)
tree45380d74b4b7f751d43041f28e9588f8ca7a1a89 /vcl/unx/gtk
parent46087fd1b7186cd181275693e72494c4a07c0c38 (diff)
callcatcher: update unused code list
Diffstat (limited to 'vcl/unx/gtk')
-rw-r--r--vcl/unx/gtk/window/gtkframe.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx
index e4856bde95c8..f889e619ba35 100644
--- a/vcl/unx/gtk/window/gtkframe.cxx
+++ b/vcl/unx/gtk/window/gtkframe.cxx
@@ -2994,19 +2994,17 @@ gboolean GtkSalFrame::signalCrossing( GtkWidget*, GdkEventCrossing* pEvent, gpoi
return sal_True;
}
+#if GTK_CHECK_VERSION(3,0,0)
void GtkSalFrame::pushIgnoreDamage()
{
-#if GTK_CHECK_VERSION(3,0,0)
m_nDuringRender++;
-#endif
}
void GtkSalFrame::popIgnoreDamage()
{
-#if GTK_CHECK_VERSION(3,0,0)
m_nDuringRender--;
-#endif
}
+#endif
void GtkSalFrame::damaged (const basegfx::B2IBox& rDamageRect)
{