summaryrefslogtreecommitdiff
path: root/src/lib/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-10 12:06:04 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-10 12:06:04 +0100
commita991c734ebfedb5456cec827d5eaf2583fdbb9a1 (patch)
treea1315b26da908ad6de4247064a00a7493482c933 /src/lib/util.h
parent6db935ce99e1aac8f11afb023941922265670e6b (diff)
Detect CPU info on OS X.
Diffstat (limited to 'src/lib/util.h')
-rw-r--r--src/lib/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h
index 3e1d7f4b4..0d745e50c 100644
--- a/src/lib/util.h
+++ b/src/lib/util.h
@@ -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
{