summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorPtyl Dragon <ptyl@cloudon.com>2013-10-29 18:12:00 +0200
committerJan Holesovsky <kendy@collabora.com>2013-11-15 16:51:56 +0100
commit2c27c563efcdace98e37da1dbc4824df7267ceaa (patch)
tree191ce45ea9574ddad7d5a607bafa691ef42af145 /vcl
parent745517c12eaf032580fccb06c37da186ba6487d1 (diff)
created a long long unit for MLOContentSize
Change-Id: I41910058088161119d3cae8ca625d456652d890f
Diffstat (limited to 'vcl')
-rw-r--r--vcl/ios/iosinst.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/vcl/ios/iosinst.cxx b/vcl/ios/iosinst.cxx
index d6e580a84a9b..39208f53ca56 100644
--- a/vcl/ios/iosinst.cxx
+++ b/vcl/ios/iosinst.cxx
@@ -415,17 +415,6 @@ touch_lo_copy_buffer(const void * source, size_t sourceWidth, size_t sourceHeigh
}
extern "C"
-CGSize touch_lo_get_content_size()
-{
- CGSize contentSize = CGSizeMake(0,0);
- SalFrame *pFocus = IosSalInstance::getInstance()->getFocusFrame();
- if (pFocus)
- {
- }
- return contentSize;
-}
-
-extern "C"
void touch_lo_render_windows(void *context, int minX, int minY, int width, int height)
{
CGContextRef cgContext = (CGContextRef) context;