diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-05-07 13:15:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-05-07 13:15:40 +0300 |
commit | c59fce8b51dfdd901da2a5902702271914f1e6bb (patch) | |
tree | c7de05df94b9aa47971338dc67377a9ba344d02e /include | |
parent | 0c5c0cd534b12254d71c874d80ee8d4637ff2d0b (diff) |
There is no touch_lo_render_windows() any more
Change-Id: I5a918a6ae4159dd561e46116f612037e194a4847
Diffstat (limited to 'include')
-rw-r--r-- | include/touch/touch.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h index fd713fe8ec46..a2b04524e1a8 100644 --- a/include/touch/touch.h +++ b/include/touch/touch.h @@ -254,9 +254,6 @@ void touch_lo_selection_attempt_resize(const void *documentHandle, MLORect *selectedRectangles, int numberOfRectangles); -// Special case: synchronous: waits for the rendering to complete -void touch_lo_render_windows(void *context, int minX, int minY, int width, int height); - // Special case: This is the function that is called in the newly // created LO thread to run the LO code. void touch_lo_runMain(); |