more work toward making table_item just a pivot_Table
[pspp] / src / output / table-provider.h
index 6aa59d86484d24bca72a6bfb5903a8bb2b393d26..30dcdff75f26dfd604b67f94a1428d608d17ed1a 100644 (file)
@@ -27,7 +27,7 @@ enum table_halign table_halign_interpret (enum table_halign, bool numeric);
 
 struct footnote
   {
-    size_t idx;
+    //size_t idx;
     char *content;
     char *marker;
     struct table_area_style *style;