Fixed warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6094 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -376,7 +376,6 @@ _BTypingUndoBuffer_::ForwardErase()
|
|||||||
fTextView->GetSelection(&start, &end);
|
fTextView->GetSelection(&start, &end);
|
||||||
|
|
||||||
int32 charLen = UTF8NextCharLen(fTextView->Text() + start);
|
int32 charLen = UTF8NextCharLen(fTextView->Text() + start);
|
||||||
printf("Char Len: %d\n", charLen);
|
|
||||||
|
|
||||||
if (start != fTypedEnd || end != fTypedEnd || fUndone > 0) {
|
if (start != fTypedEnd || end != fTypedEnd || fUndone > 0) {
|
||||||
Reset();
|
Reset();
|
||||||
|
|||||||
Reference in New Issue
Block a user