summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-09-09 18:46:45 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-09-10 20:14:51 +1000
commitb01bbc3516b63d2772e53fef4dc016788c779612 (patch)
tree18c129453b2bddae9777876b8af25770d0e29580 /vcl/unx/gtk/app
parent99f58dc2a6d9d2976948b2fe01b1ed1ae63d685e (diff)
vcl: no such thing as GtkSalInstance, remove commented code
Change-Id: I6627363aea34570b5f7d118b1d64b6a2d93c19cb
Diffstat (limited to 'vcl/unx/gtk/app')
-rw-r--r--vcl/unx/gtk/app/gtkinst.cxx6
1 files 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;
}