table: Get rid of table_class.
[pspp] / src / output / table.h
index 5331aa34388d97f0d534ddf6bf8fc3a462db30d5..aa1edc107c307165399e46cbe3404aa6fb898067 100644 (file)
@@ -208,8 +208,6 @@ static inline int table_rule_combine (int a, int b)
 /* A table. */
 struct table
   {
-    const struct table_class *klass;
-
     /* Table size.
 
        n[TABLE_HORZ]: Number of columns.