diff --git a/WINGs/wtext.c b/WINGs/wtext.c index 3d5fb266..609014e3 100644 --- a/WINGs/wtext.c +++ b/WINGs/wtext.c @@ -1023,7 +1023,6 @@ static void cursorToTextPosition(Text * tPtr, int x, int y) if ((dir ? tb->next : tb->prior)) { tb = (dir ? tb->next : tb->prior); } else { - pos = tb->used; break; /* goto _doneH; */ } } @@ -1048,9 +1047,6 @@ static void cursorToTextPosition(Text * tPtr, int x, int y) } } - if (tb->blank) - _w = 0; - _y = tb->sections[s]._y; while (tb) { @@ -1117,7 +1113,6 @@ static void cursorToTextPosition(Text * tPtr, int x, int y) if ((dir ? tb->next : tb->prior)) { tb = (dir ? tb->next : tb->prior); } else { - done = True; break; }