summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-03-31 15:24:38 +0100
committerCarl Hetherington <cth@carlh.net>2013-03-31 15:24:38 +0100
commit5920000d247ab3ef7fb9ba29c6ba238b323cf909 (patch)
treeb4ca56096992df06dc2daad9e859165542f9443d /src/lib/util.h
parent127672223cca569986e35c91265e269ed5a6561c (diff)
Allow adding of content.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 87274cfff..b8c1e3116 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -106,11 +106,6 @@ struct FrameRateConversion
int best_dcp_frame_rate (float);
-enum ContentType {
- STILL, ///< content is still images
- VIDEO ///< content is a video
-};
-
/** @struct Crop
* @brief A description of the crop of an image or video.
*/
@@ -292,7 +287,6 @@ private:
};
extern int64_t video_frames_to_audio_frames (SourceFrame v, float audio_sample_rate, float frames_per_second);
-extern bool still_image_file (std::string);
extern std::pair<std::string, int> cpu_info ();
#endif