summaryrefslogtreecommitdiff
path: root/src/lib/image_content.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-06 01:06:05 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-06 01:06:05 +0000
commit63643372fea87ee99b87f3a3f5cd434eedb60925 (patch)
tree3d5ae1d9532caf6f67ceb68f3e646e24e12ce828 /src/lib/image_content.h
parent3a5f168317a4fa7b8df54c10cedb68e95b972699 (diff)
Remove unused method (identical in parent class).
Diffstat (limited to 'src/lib/image_content.h')
-rw-r--r--src/lib/image_content.h1
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