summaryrefslogtreecommitdiff
path: root/include/touch/touch.h
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-07 13:15:18 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-07 13:15:40 +0300
commitc59fce8b51dfdd901da2a5902702271914f1e6bb (patch)
treec7de05df94b9aa47971338dc67377a9ba344d02e /include/touch/touch.h
parent0c5c0cd534b12254d71c874d80ee8d4637ff2d0b (diff)
There is no touch_lo_render_windows() any more
Change-Id: I5a918a6ae4159dd561e46116f612037e194a4847
Diffstat (limited to 'include/touch/touch.h')
-rw-r--r--include/touch/touch.h3
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();