From b01bbc3516b63d2772e53fef4dc016788c779612 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Tue, 9 Sep 2014 18:46:45 +1000 Subject: vcl: no such thing as GtkSalInstance, remove commented code Change-Id: I6627363aea34570b5f7d118b1d64b6a2d93c19cb --- vcl/unx/gtk/app/gtkinst.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vcl/unx/gtk/app/gtkinst.cxx b/vcl/unx/gtk/app/gtkinst.cxx index 042d54130412..1ca67f172253 100644 --- a/vcl/unx/gtk/app/gtkinst.cxx +++ b/vcl/unx/gtk/app/gtkinst.cxx @@ -108,10 +108,10 @@ extern "C" gdk_threads_init(); GtkInstance* pInstance = new GtkInstance( pYieldMutex ); - SAL_INFO("vcl.gtk", "creating GtkSalInstance " << pInstance); + SAL_INFO("vcl.gtk", "creating GtkInstance " << pInstance); - //Create SalData, this does not leak - /*GtkData *pSalData =*/ new GtkData( pInstance ); + // Create SalData, this does not leak + new GtkData( pInstance ); return pInstance; } -- cgit v1.2.3