ChangeLog.
[dcpomatic.git] / src / lib / playlist.h
index f87b3397b4b68e388f3f5e0f37b512c385c4bcf5..1915e3d045a01cabe7058c0fb4af089599548842 100644 (file)
@@ -80,8 +80,6 @@ public:
 
        void repeat (ContentList, int);
 
-       bool content_paths_valid () const;
-
        mutable boost::signals2::signal<void ()> Changed;
        /** Third parameter is true if signals are currently being emitted frequently */
        mutable boost::signals2::signal<void (boost::weak_ptr<Content>, int, bool)> ContentChanged;