summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.h')
-rw-r--r--src/wx/film_viewer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h
index 8a1a0c908..58474c6ba 100644
--- a/src/wx/film_viewer.h
+++ b/src/wx/film_viewer.h
@@ -40,9 +40,8 @@ public:
private:
void slider_changed (wxCommandEvent &);
void update_thumbs ();
- void load_thumbnail (int);
+ void set_thumbnail (int);
void film_changed (Film::Property);
- void reload_current_thumbnail ();
Film* _film;
wxBoxSizer* _sizer;