summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPranav Kant <pranavk@gnome.org>2015-06-23 02:58:38 +0530
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-07 21:55:03 -0500
commitfe6f4b39ded49387d6e0c4c2f4a9b29694d460e2 (patch)
treedf065bc6938eaf8f583f56a57192c1dc0a96672a /include
parentbf0b4d3cbf59c6e4461f120fc54bdb775ffa54d9 (diff)
lokdocview: Remove superfluous *_post_key()
Instead directly let LOKDocView handle the input. Change-Id: I260a460df23c3e2e5c78d8b363bb864ae5c63dab (cherry picked from commit da49b8339828c0ee27d999ac4201e0eb12a1a47f)
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);