Remove LocaleGuard and lexical_cast<> in favour of libdcp::raw_convert,
[dcpomatic.git] / src / lib / util.h
index 473c902395529ebaa8c3878ddbc67419717d7166..e85abf402d8ec1637570222a923c7708c6242601 100644 (file)
@@ -166,16 +166,6 @@ private:
 
 extern int64_t video_frames_to_audio_frames (VideoContent::Frame v, float audio_sample_rate, float frames_per_second);
 
-class LocaleGuard
-{
-public:
-       LocaleGuard ();
-       ~LocaleGuard ();
-       
-private:
-       char* _old;
-};
-
 class ScopedTemporary
 {
 public: