X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftab.c;h=19f7072dd0f23e49ef7d00b1c1e7b7a0a1b4ca66;hb=94864f7df42dc6495de1f785ec4ba45f33b63515;hp=bf1f4671e54e551650eeace59bc64dfb38e9699d;hpb=085811c026897c8deedd5b1e1786c8b51443383f;p=pspp diff --git a/src/output/tab.c b/src/output/tab.c index bf1f4671e5..19f7072dd0 100644 --- a/src/output/tab.c +++ b/src/output/tab.c @@ -484,7 +484,6 @@ tab_get_cell (const struct table *table, int x, int y, cell->options = opt; cell->n_footnotes = 0; - cell->destructor = NULL; int style_idx = (opt & TAB_STYLE_MASK) >> TAB_STYLE_SHIFT; const struct area_style *style = t->styles[style_idx];