summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-12 00:10:38 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-12 13:13:36 +0200
commit61724dd3c9656d1e26ae945ce784ca50c2059695 (patch)
treec2de5d60de62b2ae10fae03d645e78e3412efc42 /src/wx/timeline_dialog.h
parent14712fbdb5bd2f6226b9969c581fc32c2e19ecbf (diff)
Move bitmap_path() to wx_util.{cc,h}
Diffstat (limited to 'src/wx/timeline_dialog.h')
-rw-r--r--src/wx/timeline_dialog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h
index 62649a5f2..77dfede50 100644
--- a/src/wx/timeline_dialog.h
+++ b/src/wx/timeline_dialog.h
@@ -35,7 +35,6 @@ public:
private:
void film_change (ChangeType type, Film::Property);
void tool_clicked (wxCommandEvent& id);
- wxString bitmap_path (std::string name);
boost::weak_ptr<Film> _film;
Timeline _timeline;