removed snap output in fs.c/FsDdef

This commit is contained in:
Anselm R. Garbe 2006-03-23 14:47:07 +01:00
parent 39f4a3a630
commit 93b0e21ffb
1 changed files with 0 additions and 2 deletions

View File

@ -947,8 +947,6 @@ xread(IXPConn *c, Fcall *fcall)
case FsDdef: case FsDdef:
fcall->count = type2stat(&stat, "border", &m->qid); fcall->count = type2stat(&stat, "border", &m->qid);
p = ixp_enc_stat(p, &stat); p = ixp_enc_stat(p, &stat);
fcall->count += type2stat(&stat, "snap", &m->qid);
p = ixp_enc_stat(p, &stat);
fcall->count += type2stat(&stat, "selcolors", &m->qid); fcall->count += type2stat(&stat, "selcolors", &m->qid);
p = ixp_enc_stat(p, &stat); p = ixp_enc_stat(p, &stat);
fcall->count += type2stat(&stat, "normcolors", &m->qid); fcall->count += type2stat(&stat, "normcolors", &m->qid);