summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-07-01 17:25:48 +0100
committerCarl Hetherington <cth@carlh.net>2015-07-01 17:25:48 +0100
commitf9fcc34179a6f86425427741c60d8876099d3ed3 (patch)
tree801737b5b7627ab553026b384150d2372ac46d0e /src/lib/film.h
parentd6b7cc651e0918b903f1a66a8246ba86c7509a61 (diff)
Remove some unused methods.
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 6c7333ec1..fe1795bd0 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -286,7 +286,6 @@ private:
std::string video_identifier () const;
void playlist_changed ();
void playlist_content_changed (boost::weak_ptr<Content>, int, bool frequent);
- std::string filename_safe_name () const;
void maybe_add_content (boost::weak_ptr<Job>, boost::weak_ptr<Content>);
/** Log to write to */