branch: elpa/subed commit bdcdb0a50f41294dbd06985b8229608cf14f8299 Author: Random User <rnd...@posteo.de> Commit: Random User <rnd...@posteo.de>
Remove deprecated variables --- subed/subed-srt.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/subed/subed-srt.el b/subed/subed-srt.el index 5befb97..ac8b536 100644 --- a/subed/subed-srt.el +++ b/subed/subed-srt.el @@ -35,10 +35,7 @@ ;;; Parsing (defconst subed-srt--regexp-timestamp "\\([0-9]+\\):\\([0-9]+\\):\\([0-9]+\\),\\([0-9]+\\)") -(defconst subed-srt--regexp-duration (concat subed-srt--regexp-timestamp " +--> +" - subed-srt--regexp-timestamp)) (defconst subed-srt--regexp-separator "\\([[:blank:]]*\n\\)+[[:blank:]]*\n") -(defconst subed-srt--length-timestamp 12) ;; String length of "01:45:32,091" (defun subed-srt--timestamp-to-msecs (time-string) "Find HH:MM:SS,MS pattern in TIME-STRING and convert it to milliseconds.