Cleanup: Player does not need enable_shared_from_this.
[dcpomatic.git] / src / lib / player.h
index 894f74bfc760a5a8b0afb5fbfa62d314c5fca8e3..0add90e97c82aedc9d34c45eea2d1899a4296714 100644 (file)
@@ -74,7 +74,7 @@ public:
 /** @class Player
  *  @brief A class which can play a Playlist.
  */
-class Player : public std::enable_shared_from_this<Player>
+class Player
 {
 public:
        Player (std::shared_ptr<const Film>, Image::Alignment subtitle_alignment);