diff options
Diffstat (limited to 'src/lib/still_image_content.h')
| -rw-r--r-- | src/lib/still_image_content.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/still_image_content.h b/src/lib/still_image_content.h index b81879279..24d5174a0 100644 --- a/src/lib/still_image_content.h +++ b/src/lib/still_image_content.h @@ -27,6 +27,7 @@ namespace cxml { class Node; } +/** A single image which is to be held on screen for some time (i.e. a slide) */ class StillImageContent : public VideoContent { public: @@ -46,8 +47,6 @@ public: std::string identifier () const; void set_video_length (VideoContent::Frame); - - static bool valid_file (boost::filesystem::path); }; #endif |
