summaryrefslogtreecommitdiff
path: root/vcl/ios
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-10-23 11:44:22 +0200
committerJan Holesovsky <kendy@collabora.com>2013-11-15 16:51:49 +0100
commit8b853bde21ca26a44207f791d9ef8f07f1202f6a (patch)
tree4998b04cc44e5e91cf285fbb1586b5cc820603a5 /vcl/ios
parent84b3d6dc3a7d5ba52b00285e59e7aa6b5ca15837 (diff)
Tiled rendering: Tunnel the request for a tile to the ViewShell.
Change-Id: I6271546ab2c0e92832c501617d94d5ad155de705
Diffstat (limited to 'vcl/ios')
-rw-r--r--vcl/ios/iosinst.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx
index ccec3f7d08cb..c46ccce8b0a4 100644
--- a/vcl/ios/iosinst.cxx
+++ b/vcl/ios/iosinst.cxx
@@ -560,17 +560,4 @@ void touch_lo_selection_end_move(const void *documentHandle,
Application::PostUserEvent( LINK( pInstance, IosSalInstance, SelectionEndMove), pArg );
}
-extern "C"
-void touch_lo_draw_tile(void * /*context*/, int /*contextWidth*/, int /*contextHeight*/, int /*tilePosX*/, int /*tilePosY*/, int /*tileWidth*/, int /*tileHeight*/)
-{
- // draws the area of one tile
-
- SalFrame *pFocus = IosSalInstance::getInstance()->getFocusFrame();
- if (pFocus) {
-
- // TODO: calling tile drawing code
-
- }
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */