summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();