diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-06 01:06:05 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-06 01:06:05 +0000 |
| commit | 63643372fea87ee99b87f3a3f5cd434eedb60925 (patch) | |
| tree | 3d5ae1d9532caf6f67ceb68f3e646e24e12ce828 /src/lib/image_content.h | |
| parent | 3a5f168317a4fa7b8df54c10cedb68e95b972699 (diff) | |
Remove unused method (identical in parent class).
Diffstat (limited to 'src/lib/image_content.h')
| -rw-r--r-- | src/lib/image_content.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/image_content.h b/src/lib/image_content.h index 67ea466df..a4968ea8b 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -45,7 +45,6 @@ public: void set_video_length (Frame); bool still () const; - void set_video_frame_rate (float); }; #endif |
