revid: removed Config() func from revid because it's not being used

This commit is contained in:
saxon 2019-01-13 21:50:47 +10:30
parent aa5d316816
commit ba54974de9
1 changed files with 0 additions and 5 deletions

View File

@ -180,11 +180,6 @@ func (r *Revid) Bitrate() int {
return r.bitrate
}
// Config returns the Revid's config.
func (r *Revid) Config() Config {
return r.config
}
// reset swaps the current config of a Revid with the passed
// configuration; checking validity and returning errors if not valid.
func (r *Revid) reset(config Config) error {