summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-05 15:27:48 +0100
committerjao <jao@gnu.org>2022-09-05 15:27:48 +0100
commitff6d46eb611b82ea48746ba4bdf9a563298ac519 (patch)
tree543a79ce3fa945406a52c7a0a409b9b04edab6c8 /init.el
parentffb5fb51f9dd63d87c17a05ff43188869a50c6b3 (diff)
downloadelibs-ff6d46eb611b82ea48746ba4bdf9a563298ac519.tar.gz
elibs-ff6d46eb611b82ea48746ba4bdf9a563298ac519.tar.bz2
player-specific volume controls not used
Diffstat (limited to 'init.el')
-rw-r--r--init.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/init.el b/init.el
index 6681cb3..b6c0765 100644
--- a/init.el
+++ b/init.el
@@ -3219,23 +3219,6 @@
(require 'jao-lyrics)
(setq jao-lyrics-info-function #'jao-player-info)
-(defun jao-player-volume-delta (raise)
- (jao-player-vol-delta (if raise 5 -5))
- (sit-for 0.05)
- (jao-player-show-volume))
-
-(defun jao-player-volume-raise ()
- (interactive)
- (jao-player-volume-delta t))
-
-(defun jao-player-volume-lower ()
- (interactive)
- (jao-player-volume-delta nil))
-
-(defun jao-player-show-volume ()
- (interactive)
- (jao-notify "Volume" (format "%s%%" (jao-player-volume))))
-
(defun jao-player-seek-10 () (interactive) (jao-player-seek 10))
(defun jao-player-seek--10 () (interactive) (jao-player-seek -10))