summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-05 16:36:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-05 16:37:00 +0100
commit8b0287543d87659fd4bfde5edb6725ee5da5f80e (patch)
treedad4a29a495e4cb12642cb65d506d9edda53ff3f /vcl/unx/kde4
parent66ec27f69123a308926583180a6f45db80e3d427 (diff)
These multi-lingual IMs have been always disabled for Linux
Where not-Linux was in practice solaris. We can be pretty sure that the ismultlingual path is effectively unused. so following that chain of logic quite a bit can go.
Diffstat (limited to 'vcl/unx/kde4')
-rw-r--r--vcl/unx/kde4/KDEXLib.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/kde4/KDEXLib.cxx b/vcl/unx/kde4/KDEXLib.cxx
index d8f58fa79936..39c6e2fcac12 100644
--- a/vcl/unx/kde4/KDEXLib.cxx
+++ b/vcl/unx/kde4/KDEXLib.cxx
@@ -178,7 +178,6 @@ void KDEXLib::Init()
SalKDEDisplay *pSalDisplay = new SalKDEDisplay(pDisp);
pInputMethod->CreateMethod( pDisp );
- pInputMethod->AddConnectionWatch( pDisp, (void*)this );
pSalDisplay->SetInputMethod( pInputMethod );
PushXErrorLevel( true );