fix: remove unused ffmpeg error.
This commit is contained in:
parent
52629de98d
commit
25aeb6fddc
2 changed files with 1 additions and 3 deletions
|
@ -44,6 +44,7 @@ pub struct Config {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Config {
|
impl Config {
|
||||||
|
#[allow(dead_code)]
|
||||||
pub fn new() -> Config {
|
pub fn new() -> Config {
|
||||||
Config {
|
Config {
|
||||||
debug: None,
|
debug: None,
|
||||||
|
|
|
@ -5,9 +5,6 @@ pub enum Error {
|
||||||
#[error("Renice error: {0}")]
|
#[error("Renice error: {0}")]
|
||||||
ReniceError(std::io::Error),
|
ReniceError(std::io::Error),
|
||||||
|
|
||||||
#[error("FFmpeg error: {0}")]
|
|
||||||
FFmpegError(std::io::Error),
|
|
||||||
|
|
||||||
#[error("Job error: {0}")]
|
#[error("Job error: {0}")]
|
||||||
JobError(std::io::Error),
|
JobError(std::io::Error),
|
||||||
}
|
}
|
Loading…
Reference in a new issue