浏览代码

Get rid of unused defun

Fred Gilham 8 月之前
父节点
当前提交
deded7891c
共有 1 个文件被更改,包括 1 次插入5 次删除
  1. 1 5
      bible-mode.el

+ 1 - 5
bible-mode.el

@@ -1,7 +1,7 @@
 ;;;; -*- mode: EMACS-LISP; lexical-binding: t -*-
 ;;
 ;; bible-mode.el --- A browsing interface for the SWORD Project's Diatheke CLI
-;; Time-stamp: <2024-05-15 19:27:13 fred>
+;; Time-stamp: <2024-05-15 19:32:59 fred>
 
 ;; Author: Zacalot
 ;; Fixes and modifications by Fred Gilham
@@ -601,10 +601,6 @@ Note: compiler warns about unused `window' argument."
   (or (gethash query hash)
       (puthash query (bm-morph-query query database) hash)))
 
-(defun substitute-key-definition (olddef newdef keymap)
-  (message "calling me")
-  nil)
-			   
 
 (defun bm-show-lex-morph (window object pos)
   (let* ((lex-morph-text "")