diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-06-27 00:24:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-06-27 00:24:56 +0100 |
| commit | c1935537a671dea6b3112dbf8a93757eb3fc9e9f (patch) | |
| tree | 6985e8ae6ac9ac129d78178ec54f2fd0bd31379f /src/lib/trimmer.h | |
| parent | d4833e319e1d5168b8ee4a7ac1f779a65d975f01 (diff) | |
Hopefully fix problems with end-trim not working.
Diffstat (limited to 'src/lib/trimmer.h')
| -rw-r--r-- | src/lib/trimmer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/trimmer.h b/src/lib/trimmer.h index 98a118fb2..45b3f149a 100644 --- a/src/lib/trimmer.h +++ b/src/lib/trimmer.h @@ -36,5 +36,4 @@ private: int64_t _audio_start; int64_t _audio_end; int64_t _audio_in; - bool _no_trim; }; |
