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:
Stefano Ceccherini 2007-10-08 21:48:49 +00:00
parent c044172704
commit 17dee6524b
1 changed files with 0 additions and 3 deletions

View File

@ -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;