Add more video properties to content properties dialog.
[dcpomatic.git] / src / wx / content_properties_dialog.h
index 5c5efa1e85ab4696b84c04d97759971459736c10..52cce7ec6683e2ad394ed64ca322d220d622a70c 100644 (file)
@@ -26,8 +26,4 @@ class ContentPropertiesDialog : public TableDialog
 {
 public:
        ContentPropertiesDialog (wxWindow* parent, boost::shared_ptr<Content> content);
-
-private:
-       void add_property (wxString k, wxString v);
 };
-