summaryrefslogtreecommitdiff
path: root/src/wx/content_properties_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-21 19:12:44 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-21 19:12:44 +0100
commitfe771b1f0ed9f794bc98faa4cca2a15651f28e87 (patch)
treeae4366fcdd84796bcb75d3012893929f7bc2c71f /src/wx/content_properties_dialog.h
parent6ec7654b77b22d32cb1ca0dd35c8d66e16ca36d6 (diff)
Add more video properties to content properties dialog.
Also implement the whole properties thing more neatly.
Diffstat (limited to 'src/wx/content_properties_dialog.h')
-rw-r--r--src/wx/content_properties_dialog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/content_properties_dialog.h b/src/wx/content_properties_dialog.h
index 5c5efa1e8..52cce7ec6 100644
--- a/src/wx/content_properties_dialog.h
+++ b/src/wx/content_properties_dialog.h
@@ -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);
};
-