summaryrefslogtreecommitdiff
path: root/src/wx/new_film_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/new_film_dialog.h')
-rw-r--r--src/wx/new_film_dialog.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wx/new_film_dialog.h b/src/wx/new_film_dialog.h
index 4096b4303..6dc83d815 100644
--- a/src/wx/new_film_dialog.h
+++ b/src/wx/new_film_dialog.h
@@ -31,8 +31,7 @@ public:
NewFilmDialog (wxWindow *);
~NewFilmDialog ();
- boost::filesystem::path path () const;
- boost::optional<std::string> template_name () const;
+ boost::filesystem::path get_path () const;
private:
wxTextCtrl* _name;
@@ -41,7 +40,5 @@ private:
#else
wxDirPickerCtrl* _folder;
#endif
- wxCheckButton* _use_template;
- wxChoice* _template_name;
static boost::optional<boost::filesystem::path> _directory;
};