diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 08:45:45 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-09-23 08:45:45 +0200 |
commit | 72d28f8496bf52dac5bb8c29be0dc4aa5e16fde7 (patch) | |
tree | 31e5a68bc1d05b0fda89670b0b3c232b2cb6204d /src/odr-padenc.h | |
parent | e541cdb869535a660f19928e69b9a138b594d079 (diff) | |
download | ODR-PadEnc-72d28f8496bf52dac5bb8c29be0dc4aa5e16fde7.tar.gz ODR-PadEnc-72d28f8496bf52dac5bb8c29be0dc4aa5e16fde7.tar.bz2 ODR-PadEnc-72d28f8496bf52dac5bb8c29be0dc4aa5e16fde7.zip |
Remove useless skip_if_already_queued arguments
Diffstat (limited to 'src/odr-padenc.h')
-rw-r--r-- | src/odr-padenc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/odr-padenc.h b/src/odr-padenc.h index 56b48f8..c493d95 100644 --- a/src/odr-padenc.h +++ b/src/odr-padenc.h @@ -88,8 +88,8 @@ protected: steady_clock::time_point next_label_insertion; size_t xpad_interval_counter; - int EncodeSlide(bool skip_if_already_queued); - int EncodeLabel(bool skip_if_already_queued); + int EncodeSlide(); + int EncodeLabel(); static int CheckRereadFile(const std::string& type, const std::string& path); public: |