diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-03-24 11:28:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-03-24 15:30:27 +0200 |
commit | 4cc1bcbaedd483482240f0ffbf42e56dd6052612 (patch) | |
tree | 81ddf9b524118b6b6338b8642c17939ab890a65c /vcl/inc/ios | |
parent | 38c22ed2b8b8f3530b8a0fe5a23a329e8e511c76 (diff) |
Kill dead <touch/touch.h> API
Has all been obsoleted by LibreOfficeKit.
Only some MOBILE_* constant #defines are now left in touch.h, but probably
those are used only by dead code.
Change-Id: I646945c4408b4e6cd5510da535cfc12088dd391c
Diffstat (limited to 'vcl/inc/ios')
-rw-r--r-- | vcl/inc/ios/iosinst.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vcl/inc/ios/iosinst.hxx b/vcl/inc/ios/iosinst.hxx index e165f139f72c..757cde45a041 100644 --- a/vcl/inc/ios/iosinst.hxx +++ b/vcl/inc/ios/iosinst.hxx @@ -44,21 +44,6 @@ public: SalFrame* CreateChildFrame( SystemParentData* pParent, sal_uLong nStyle ); SalFrame *getFocusFrame() const; - - // Functions scheduled to be run as "user events" in the LO thread - DECL_LINK( DisplayConfigurationChanged, void* ); - - typedef struct { - const void *documentHandle; - int x, y; - } SelectionStartMoveArg; - DECL_LINK( SelectionStartMove, SelectionStartMoveArg* ); - - typedef struct { - const void *documentHandle; - int x, y; - } SelectionEndMoveArg; - DECL_LINK( SelectionEndMove, SelectionEndMoveArg* ); }; #endif // INCLUDED_VCL_INC_IOS_IOSINST_HXX |