From 806ccfda6c37d0662facea7654acbac0e70cfb8b Mon Sep 17 00:00:00 2001 From: X512 Date: Mon, 16 Jul 2012 18:33:51 +0400 Subject: [PATCH] Remove replicant handle from input_server; remove obsolete comment Signed-off-by: Adrien Destugues Fixes #8531. Anyone remembers why a replicant dragger was added there on the first place? --- src/servers/input/MethodReplicant.cpp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/servers/input/MethodReplicant.cpp b/src/servers/input/MethodReplicant.cpp index d55b85495e..95650e39e0 100644 --- a/src/servers/input/MethodReplicant.cpp +++ b/src/servers/input/MethodReplicant.cpp @@ -43,16 +43,6 @@ MethodReplicant::MethodReplicant(const char* signature) kRemoteColorSpace); fSegments->SetBits(kRemoteBits, kRemoteWidth * kRemoteHeight, 0, kRemoteColorSpace); - // Background Color - - // add dragger - BRect rect(Bounds()); - rect.left = rect.right - 7.0; - rect.top = rect.bottom - 7.0; - BDragger* dragger = new BDragger(rect, this, - B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM); - dragger->SetViewColor(B_TRANSPARENT_32_BIT); - AddChild(dragger); ASSERT(signature != NULL); fSignature = strdup(signature);