This commit is contained in:
Ospald, Julian
2017-07-11 16:50:07 +02:00
parent 67f9f7c89b
commit 441689018a
5 changed files with 8 additions and 3 deletions

View File

@@ -11,7 +11,6 @@ error_chain! {
Alsa(alsa::Error);
IO(std::io::Error);
Toml(toml::de::Error);
Glib(glib::BoolError);
}
}