summaryrefslogtreecommitdiffstats
path: root/ta/ta.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-23 14:32:15 +0100
committerwm4 <wm4@nowhere>2020-02-23 14:32:15 +0100
commita9586625d1002fdb800303a464691d85d4da91df (patch)
tree00ee5870ece90f649f4e54dd363ad63dc35642de /ta/ta.h
parent57ecfb4da290a7c6aadefbdfe30b0319c8944e88 (diff)
downloadmpv-a9586625d1002fdb800303a464691d85d4da91df.tar.bz2
mpv-a9586625d1002fdb800303a464691d85d4da91df.tar.xz
ta: remove ta_find_parent()
Some mpv code once needed this, but it was removed in 2015.
Diffstat (limited to 'ta/ta.h')
-rw-r--r--ta/ta.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ta/ta.h b/ta/ta.h
index 18d8caf368..4450795be8 100644
--- a/ta/ta.h
+++ b/ta/ta.h
@@ -52,7 +52,6 @@ void ta_free(void *ptr);
void ta_free_children(void *ptr);
bool ta_set_destructor(void *ptr, void (*destructor)(void *));
bool ta_set_parent(void *ptr, void *ta_parent);
-void *ta_find_parent(void *ptr);
// Utility functions
size_t ta_calc_array_size(size_t element_size, size_t count);