Skip to content

Commit

Permalink
Remove spurious references to jackaudio backend not actually implem…
Browse files Browse the repository at this point in the history
…ented in this PR
  • Loading branch information
agdphd committed Jun 1, 2024
1 parent 0313870 commit 3cac01e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const CONFIG_FILE_NAME: &str = "spotifyd.conf";
feature = "alsa_backend",
feature = "rodio_backend",
feature = "rodiojack_backend",
feature = "jackaudio_backend",
)))]
compile_error!("At least one of the backend features is required!");
static BACKEND_VALUES: &[&str] = &[
Expand All @@ -41,8 +40,6 @@ static BACKEND_VALUES: &[&str] = &[
"rodio",
#[cfg(feature = "rodiojack_backend")]
"rodiojack",
#[cfg(feature = "jackaudio_backend")]
"jackaudio",
];

/// The backend used by librespot
Expand Down

0 comments on commit 3cac01e

Please sign in to comment.