diff options
author | Matthew Waters <matthew@centricular.com> | 2015-09-26 19:19:50 +1000 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2015-09-28 16:44:05 +1000 |
commit | 27422da0569b448c7db6a65b79e79bd0862d5b29 (patch) | |
tree | 497dd881b058e67373964638849ec7ad3db42b72 /docs/libs | |
parent | 0e18ae586b10a26409ec2fb14fc65903a5d6fe2d (diff) |
glwindow: remove unused draw_unlocked function
The functionality is provided by draw anyway and is leftover from
X11's specific threading requirements that no longer apply.
Diffstat (limited to 'docs/libs')
-rw-r--r-- | docs/libs/gst-plugins-bad-libs-sections.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt index 3b7cc0549..94c4aa8e0 100644 --- a/docs/libs/gst-plugins-bad-libs-sections.txt +++ b/docs/libs/gst-plugins-bad-libs-sections.txt @@ -1274,7 +1274,6 @@ GstGLWindow GstGLWindowClass gst_gl_window_new gst_gl_window_draw -gst_gl_window_draw_unlocked gst_gl_window_is_running gst_gl_window_quit gst_gl_window_run |