Hand-apply bd7102b476c631b1fa9067f18ce938d86073f6c8; single-file hashes.
[dcpomatic.git] / src / wx / properties_dialog.h
index fe814f7abf341341a7ff3480f36a9f5085b730c4..d489754efae4c2247d2ed8e2860594b5266a8fbe 100644 (file)
@@ -21,7 +21,6 @@
 #include "table_dialog.h"
 
 class Film;
-class ThreadedStaticText;
 
 class PropertiesDialog : public TableDialog
 {
@@ -29,12 +28,9 @@ public:
        PropertiesDialog (wxWindow *, boost::shared_ptr<Film>);
 
 private:
-       std::string frames_already_encoded () const;
-
        boost::shared_ptr<Film> _film;
        wxStaticText* _frames;
        wxStaticText* _disk;
-       ThreadedStaticText* _encoded;
 
        boost::signals2::scoped_connection _encoded_connection;
 };