aboutsummaryrefslogtreecommitdiff
path: root/elisp/emms-stream-info.el
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2024-09-29 14:24:31 -0400
committerBardofSprites <[email protected]>2024-09-29 14:24:31 -0400
commit7b7beacb673a85b11a6b45f597b4e074fc8b7e8d (patch)
tree2c00174cac3980f6e47c4f676d624ae0f222b364 /elisp/emms-stream-info.el
parentbc9371998c564a4161cafefc82dbc693a65dda37 (diff)
remove elisp dir
Diffstat (limited to 'elisp/emms-stream-info.el')
-rw-r--r--elisp/emms-stream-info.el30
1 files changed, 0 insertions, 30 deletions
diff --git a/elisp/emms-stream-info.el b/elisp/emms-stream-info.el
deleted file mode 100644
index 035af43..0000000
--- a/elisp/emms-stream-info.el
+++ /dev/null
@@ -1,30 +0,0 @@
-;;; emms-stream-info.el --- Info from streaming audio -*- lexical-binding: t; -*-
-
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008,
-;; 2009, 2019 Free Software Foundation, Inc.
-
-;; Author: Yoni Rabkin <[email protected]>
-
-;; This file is part of EMMS.
-
-;; EMMS 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.
-
-;; EMMS 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 EMMS; if not, write to the Free Software Foundation,
-;; Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
-
-;;; Code:
-
-;; to be implemented!
-
-(provide 'emms-stream-info)
-
-;;; emms-stream-info.el ends here