summaryrefslogtreecommitdiff
path: root/test/select-nd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/select-nd.c')
-rw-r--r--test/select-nd.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/select-nd.c b/test/select-nd.c
deleted file mode 100644
index 6469267..0000000
--- a/test/select-nd.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-#include "select-common.c"
-
-static css_error get_libcss_node_data(void *pw, void *n,
- void **libcss_node_data)
-{
- node *node = n;
- UNUSED(pw);
-
- /* Pass any node data back to libcss */
- *libcss_node_data = node->libcss_node_data;
-
- return CSS_OK;
-}