X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fproperties_dialog.h;h=d489754efae4c2247d2ed8e2860594b5266a8fbe;hb=ff96cc9c9e33fbe9dea02ea2d397144f9c9ac8c9;hp=fe814f7abf341341a7ff3480f36a9f5085b730c4;hpb=1a9453df58177ff006da99e9ef1ed77624aa7d42;p=dcpomatic.git diff --git a/src/wx/properties_dialog.h b/src/wx/properties_dialog.h index fe814f7ab..d489754ef 100644 --- a/src/wx/properties_dialog.h +++ b/src/wx/properties_dialog.h @@ -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); private: - std::string frames_already_encoded () const; - boost::shared_ptr _film; wxStaticText* _frames; wxStaticText* _disk; - ThreadedStaticText* _encoded; boost::signals2::scoped_connection _encoded_connection; };