Skip to content

Commit fd764eb

Browse files
committed
Remove unused functions
1 parent 552ea1b commit fd764eb

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

php-align.el

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -112,21 +112,5 @@
112112
(add-to-list 'align-dq-string-modes 'php-mode)
113113
(add-to-list 'align-sq-string-modes 'php-mode))
114114

115-
;; Unused functions.
116-
(defsubst php-align-face-at-point-in-p (point face-list)
117-
"Return t if the face of the current POINT is an element of FACE-LIST.
118-
otherwise nil."
119-
(consp (memq (get-text-property point 'face) face-list)))
120-
121-
(defun php-align-point-is-comment-p ()
122-
"Return t if the face of the current position is on the comment syntax."
123-
(php-align-face-at-point-in-p (point) '(font-lock-comment-face)))
124-
125-
(defun php-align-point-is-string-p ()
126-
"Return t if the face of the current position is on the string syntax."
127-
(php-align-face-at-point-in-p (point) '(font-lock-string-face)))
128-
129-
;; Provide:
130115
(provide 'php-align)
131-
132-
;;; php-align.el ends here
116+
;;; php-align.el ends here

0 commit comments

Comments
 (0)