output: Remove table_select and table_paste.
[pspp] / src / output / table.c
index aafc2f6db0fbfa30a784ed8ef6812eed38cdee30..dd73839990a609fce1050667cf6b1d7049144a74 100644 (file)
@@ -369,8 +369,6 @@ static const struct table_class table_unshared_class =
     table_unshared_destroy,
     table_unshared_get_cell,
     table_unshared_get_rule,
-    NULL,                       /* paste */
-    NULL,                       /* select */
   };
 \f
 struct table_string
@@ -448,8 +446,6 @@ static const struct table_class table_string_class =
     table_string_destroy,
     table_string_get_cell,
     table_string_get_rule,
-    NULL,                       /* paste */
-    NULL,                       /* select */
   };
 \f
 const char *