output: Remove table_select and table_paste.
[pspp] / src / output / table.c
index d94316eed2bc62ed430d6085431652ec7554e347..dd73839990a609fce1050667cf6b1d7049144a74 100644 (file)
@@ -23,6 +23,7 @@
 #include <inttypes.h>
 #include <stdlib.h>
 
+#include "data/format.h"
 #include "libpspp/assertion.h"
 #include "libpspp/cast.h"
 #include "libpspp/compiler.h"
@@ -368,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
@@ -447,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 *