Skip to content

Commit

Permalink
Remove unused function (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsl authored Jan 20, 2024
1 parent 678f62a commit ac7d6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

2024-01-20 Mats Lidell <[email protected]>

* hmouse-sh.el (hmouse-move-point-eterm): Remove unused function.

* Cleanup using flycheck resolving info and warning messages.

* Update copyright date of latest updated version to be 2024 for all files
Expand Down
5 changes: 1 addition & 4 deletions hmouse-sh.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Bob Weiner
;;
;; Orig-Date: 3-Sep-91 at 21:40:58
;; Last-Mod: 20-Jan-24 at 19:54:28 by Mats Lidell
;; Last-Mod: 20-Jan-24 at 20:52:12 by Mats Lidell
;;
;; SPDX-License-Identifier: GPL-3.0-or-later
;;
Expand Down Expand Up @@ -487,9 +487,6 @@ point determined by `mouse-select-region-move-to-beginning'."
(error (when (window-valid-p end-w-or-f)
(select-frame (window-frame end-w-or-f))))))))))

(defun hmouse-move-point-eterm (arg-list)
(apply 'mouse-move-point arg-list))

(defun hmouse-set-key-list (binding key-list)
"Define a Hyperbole global minor mode key from KEY-LIST bound to BINDING."
(mapc (lambda (key) (hkey-set-key key binding)) key-list)
Expand Down

0 comments on commit ac7d6ed

Please sign in to comment.