diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 473c90239..e85abf402 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -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: |
