From 0031fa5c4e80be632e569fe4e1e76f671cc2c7c9 Mon Sep 17 00:00:00 2001
From: X512 <danger_mail@list.ru>
Date: Mon, 16 Jul 2012 18:33:51 +0400
Subject: [PATCH] Remove replicant handle from input_server; remove obsolete
comment
---
src/servers/input/MethodReplicant.cpp | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/src/servers/input/MethodReplicant.cpp b/src/servers/input/MethodReplicant.cpp
index 2a6c9df..e20f4d6 100644
a
|
b
|
MethodReplicant::MethodReplicant(const char* signature)
|
43 | 43 | kRemoteColorSpace); |
44 | 44 | fSegments->SetBits(kRemoteBits, kRemoteWidth * kRemoteHeight, 0, |
45 | 45 | kRemoteColorSpace); |
46 | | // Background Color |
47 | | |
48 | | // add dragger |
49 | | BRect rect(Bounds()); |
50 | | rect.left = rect.right - 7.0; |
51 | | rect.top = rect.bottom - 7.0; |
52 | | BDragger* dragger = new BDragger(rect, this, |
53 | | B_FOLLOW_RIGHT | B_FOLLOW_BOTTOM); |
54 | | dragger->SetViewColor(B_TRANSPARENT_32_BIT); |
55 | | AddChild(dragger); |
56 | 46 | |
57 | 47 | ASSERT(signature != NULL); |
58 | 48 | fSignature = strdup(signature); |