Skip to content

Commit

Permalink
Merge pull request #123 from jcorporation/change_volume_deprecated
Browse files Browse the repository at this point in the history
Revert "Add deprecation notice for mpd_(run|send)_change_volume"
  • Loading branch information
jcorporation committed Apr 28, 2024
2 parents 3ef96ab + b8a575f commit b5bd961
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/mpd/mixer.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ mpd_run_set_volume(struct mpd_connection *connection, unsigned volume);
/**
* Changes the volume of all output devices.
*
* This function uses a deprecated feature of MPD, call
* mpd_send_set_volume() instead.
*
* @param connection the connection to MPD
* @param relative_volume the relative volume, an integer between -100 and 100
* @return true on success, false on error
Expand All @@ -58,9 +55,6 @@ mpd_send_change_volume(struct mpd_connection *connection, int relative_volume);
/**
* Shortcut for mpd_send_change_volume() and mpd_response_finish().
*
* This function uses a deprecated feature of MPD, call
* mpd_run_set_volume() instead.
*
* @param connection the connection to MPD
* @param relative_volume the relative volume, an integer between -100 and 100
* @return true on success, false on error
Expand Down

0 comments on commit b5bd961

Please sign in to comment.