summaryrefslogtreecommitdiff
path: root/src/wfhandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wfhandle.h')
-rw-r--r--src/wfhandle.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wfhandle.h b/src/wfhandle.h
index e3de089..3ddad79 100644
--- a/src/wfhandle.h
+++ b/src/wfhandle.h
@@ -46,9 +46,6 @@ wf_handle_create(void *object, enum wf_type type);
void *
wf_handle_get_object(uint32_t handle, enum wf_type type);
-uint32_t
-wf_handle_get(void *object, enum wf_type type);
-
void
wf_handle_destroy(uint32_t handle);