diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-24 10:57:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-24 11:13:19 +0200 |
commit | 3a2e4cd2016ccf5cd1faea239b8059e0ba36ea9e (patch) | |
tree | e3eb5b39a6b63fb39aa2b8e31f6767b553352153 /include | |
parent | 858e455634ebfff8ef7b65a9c97d3bc8240cd094 (diff) |
touch_lo_draw_tile() is dead code
Tiled rendering is now only supported through the LibreOfficeKit API.
Change-Id: Ib7e6b166251265e91783c89fbe9ea987b105f3a2
Diffstat (limited to 'include')
-rw-r--r-- | include/touch/touch.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/touch/touch.h b/include/touch/touch.h index e141bf7d725d..7771699d41cc 100644 --- a/include/touch/touch.h +++ b/include/touch/touch.h @@ -230,12 +230,6 @@ void touch_lo_pan(int deltaX, int deltaY); void touch_lo_zoom(int x, int y, float scale); void touch_lo_keyboard_input(int c); -/** Draw part of the document. - -tilePosX, tilePosY, tileWidth, tileHeight address the part of the document to be drawn. -context, contextHeight, contextWidth specify where to draw. -*/ -void touch_lo_draw_tile(void *context, int contextWidth, int contextHeight, MLODpxPoint tilePosition, MLODpxSize tileSize); void touch_lo_copy_buffer(const void * source, size_t sourceWidth, size_t sourceHeight, size_t sourceBytesPerRow, void * target, size_t targetWidth, size_t targetHeight); MLODpxSize touch_lo_get_content_size(); void touch_lo_mouse_drag(int x, int y, MLOMouseButtonState state); |