summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPranav Kant <pranavk@gnome.org>2015-06-23 02:58:38 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-06-29 13:33:35 +0200
commitda49b8339828c0ee27d999ac4201e0eb12a1a47f (patch)
treee0a2b51bada90bc588b579a0da41eaebca4c2f53 /include
parentlokdocview: Don't handle hyperlink clicks (diff)
downloadcore-da49b8339828c0ee27d999ac4201e0eb12a1a47f.tar.gz
core-da49b8339828c0ee27d999ac4201e0eb12a1a47f.zip
lokdocview: Remove superfluous *_post_key()
Instead directly let LOKDocView handle the input. Change-Id: I260a460df23c3e2e5c78d8b363bb864ae5c63dab
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitGtk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index 3a1628b60e86..962f9d9265bb 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -74,10 +74,6 @@ void lok_doc_view_post_command (LOKDocView*
const char* pCommand,
const char* pArguments);
-/// Posts a keyboard event to LibreOfficeKit.
-void lok_doc_view_post_key (LOKDocView* pDocView,
- GdkEvent* pEvent);
-
float lok_doc_view_pixel_to_twip (LOKDocView* pDocView,
float fInput);