branch: externals/greader commit 9ea13c46e8f1fc3314d0ce6284ad35a1d8e7094d Merge: dd321a252b d083a57aaa Author: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com> Commit: Michelangelo Rodriguez <michelangelo.rodrig...@gmail.com>
Merge branch 'master' into dictionary --- t2a.el | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/t2a.el b/t2a.el deleted file mode 100644 index 9cda725533..0000000000 --- a/t2a.el +++ /dev/null @@ -1,25 +0,0 @@ -;;; t2a.el --- text to audio conversion. -*- lexical-binding: t; -*- - -;; Copyright (C) 2017-2022 Free Software Foundation, Inc. -;; This program is free software; you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation, either version 3 of the License, or -;; (at your option) any later version. - -;; This program is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. - - -;;; Commentary: -;; - -;;; Code: - -(provide 't2a) - -;;; t2a.el ends here