output: Get rid of write-only "hit" member in struct tab_joined_cell.
[pspp-builds.git] / src / output / table.h
index 7f128814bb369814e27925edd5af65636f0aafb0..d5a0329846d452d4dc7ef54bc4ea0f8c3dbdd404 100644 (file)
@@ -61,7 +61,6 @@ struct tab_joined_cell
   {
     int x1, y1;
     int x2, y2;
-    int hit;
     struct substring contents;
   };