redundant set to 0.

SVN revision: 83568
This commit is contained in:
Carsten Haitzler 2013-02-02 07:39:29 +00:00
parent 156b168979
commit f32952ce49
1 changed files with 0 additions and 2 deletions

View File

@ -613,8 +613,6 @@ termpty_block_insert(Termpty *ty, int ch, Termblock *blk)
if (!ex) return;
ex->ch = ch;
ex->left = blk->w * blk->h;
ex->x = 0;
ex->y = 0;
ex->id = blk->id;
ex->w = blk->w;
ex->h = blk->h;