and there, the usual commit which removes the forgotten debug output...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22490 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c044172704
commit
17dee6524b
@ -4422,8 +4422,6 @@ BTextView::HandleInputMethodChanged(BMessage *message)
|
||||
// TODO: block input if not editable (Andrew)
|
||||
ASSERT(fInline != NULL);
|
||||
|
||||
printf("HandleInputMethodChanged()\n");
|
||||
message->PrintToStream();
|
||||
const char *string = NULL;
|
||||
if (message->FindString("be:string", &string) < B_OK || string == NULL)
|
||||
return;
|
||||
@ -4528,7 +4526,6 @@ BTextView::CancelInputMethod()
|
||||
if (!fInline)
|
||||
return;
|
||||
|
||||
printf("CancelInputMethod()\n");
|
||||
_BInlineInput_ *inlineInput = fInline;
|
||||
fInline = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user