Remove replicant handle from input_server; remove obsolete comment

Signed-off-by: Adrien Destugues <[email protected]>

Fixes #8531.

Anyone remembers why a replicant dragger was added there on the first
place?
This commit is contained in:
X512
2016-09-24 20:18:12 +02:00
committed by Adrien Destugues
parent 867e22bd8f
commit 806ccfda6c
-10
View File
@@ -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);