Fix build again.
[dcpomatic.git] / src / lib / util.h
index 3e1d7f4b407d8326adf7869c0b0e15bd8785b269..0d745e50c5f3152c3984758c2260d0acf65a7fd1 100644 (file)
@@ -299,7 +299,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 ();
 
 class LocaleGuard
 {