termpty: fix dead code and remove debugging code. CID1366815

This commit is contained in:
Boris Faure 2016-12-05 22:13:54 +01:00
parent 4b3225bfa9
commit 9b6bed8033
1 changed files with 1 additions and 5 deletions

View File

@ -955,11 +955,7 @@ _termpty_cellrow_from_beacon_get(Termpty *ty, int requested_y, ssize_t *wret)
return &ts->cells[delta * ty->w];
}
backlog_y++;
}
{
ty->backlog_beacon.screen_y = screen_y;
ty->backlog_beacon.backlog_y = backlog_y;
verify_beacon(ty, 1);
first_loop = EINA_FALSE;
}
/* else, going downward */
while (requested_y <= screen_y)