lib/ffmpeg/Error: remove SetFfmpegError(); it's unused now

This commit is contained in:
Max Kellermann
2016-10-31 13:18:47 +01:00
parent ecb8f7362b
commit e9c2885f34
2 changed files with 0 additions and 26 deletions

View File

@@ -22,18 +22,10 @@
#include <stdexcept>
class Error;
std::runtime_error
MakeFfmpegError(int errnum);
std::runtime_error
MakeFfmpegError(int errnum, const char *prefix);
void
SetFfmpegError(Error &error, int errnum);
void
SetFfmpegError(Error &error, int errnum, const char *prefix);
#endif