pivot-table: Make struct pivot_cell public.
[pspp] / src / output / pivot-table.c
index 6f49cd2e6486bb0145eb72d1ea7ae62eb5d1bd4a..b98bbbf3e962320238750ed572eb8d7a1f53e179 100644 (file)
@@ -651,14 +651,6 @@ pivot_result_class_change (const char *s_, const struct fmt_spec *format)
   return rc != NULL;
 }
 \f
-/* One piece of data within a pivot table. */
-struct pivot_cell
-  {
-    struct hmap_node hmap_node; /* In struct pivot_table's 'cells' hmap. */
-    struct pivot_value *value;
-    unsigned int idx[];         /* One index per table dimension. */
-  };
-
 /* Pivot tables. */
 
 /* Creates and returns a new pivot table with the given TITLE.  TITLE should be