C++11 tidying.
[dcpomatic.git] / src / lib / decoder_part.cc
index 3e06204defb5a0e40e92ef8ea1da3ae725aeb912..bcddcb785dde11b1c81e1cb5bc2d67b251b82520 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #include "decoder_part.h"
 #include "decoder.h"
 
-using boost::shared_ptr;
 
 DecoderPart::DecoderPart (Decoder* parent)
        : _parent (parent)