aboutsummaryrefslogtreecommitdiffstats
path: root/src/android.c
diff options
context:
space:
mode:
authorPo Lu2023-07-16 20:10:18 +0800
committerPo Lu2023-07-16 20:10:18 +0800
commit8335c76e88ec9aa44963a3261ce0ab0eb0555a29 (patch)
treef50806de2dc2b06be1203bf5b5a1ef95b4dcbe66 /src/android.c
parent64256d29234b0fc3012d07cb189ebeccc2dfc187 (diff)
downloademacs-8335c76e88ec9aa44963a3261ce0ab0eb0555a29.tar.gz
emacs-8335c76e88ec9aa44963a3261ce0ab0eb0555a29.zip
Update Android port
* java/org/gnu/emacs/EmacsService.java (displayToast): * src/android.c (android_init_emacs_service): Remove unused function. * lisp/touch-screen.el (touch-screen-handle-point-up): Correctly compute posn point. (touch-screen-translate-touch): Update doc string. (function-key-map): Define touch screen translation functions within the internal border.
Diffstat (limited to 'src/android.c')
-rw-r--r--src/android.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/android.c b/src/android.c
index acc49219b35..90288737c77 100644
--- a/src/android.c
+++ b/src/android.c
@@ -2330,8 +2330,6 @@ android_init_emacs_service (void)
2330 FIND_METHOD (check_content_uri, "checkContentUri", 2330 FIND_METHOD (check_content_uri, "checkContentUri",
2331 "([BZZ)Z"); 2331 "([BZZ)Z");
2332 FIND_METHOD (query_battery, "queryBattery", "()[J"); 2332 FIND_METHOD (query_battery, "queryBattery", "()[J");
2333 FIND_METHOD (display_toast, "displayToast",
2334 "(Ljava/lang/String;)V");
2335 FIND_METHOD (update_extracted_text, "updateExtractedText", 2333 FIND_METHOD (update_extracted_text, "updateExtractedText",
2336 "(Lorg/gnu/emacs/EmacsWindow;" 2334 "(Lorg/gnu/emacs/EmacsWindow;"
2337 "Landroid/view/inputmethod/ExtractedText;I)V"); 2335 "Landroid/view/inputmethod/ExtractedText;I)V");