diff options
| author | Nicky <nicky.dasmijn@posteo.nl> | 2024-05-22 12:58:40 +0200 | 
|---|---|---|
| committer | Nicky <nicky.dasmijn@posteo.nl> | 2024-05-22 12:58:40 +0200 | 
| commit | 91fcae72aa8a5c6c02a08f8fa582880ca5cf72c2 (patch) | |
| tree | 5b9e330c9fff3358b5a41399bd9fb85bb09de627 | |
| parent | ad59ffd4bc7bc77b260da6152a188f6b2ab59d05 (diff) | |
Remove obsolete member mSystemIsVistaOrHigher
| -rw-r--r-- | indra/media_plugins/cef/windows_volume_catcher.cpp | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/indra/media_plugins/cef/windows_volume_catcher.cpp b/indra/media_plugins/cef/windows_volume_catcher.cpp index e7daeb5f74..1e52fee9de 100644 --- a/indra/media_plugins/cef/windows_volume_catcher.cpp +++ b/indra/media_plugins/cef/windows_volume_catcher.cpp @@ -44,7 +44,6 @@ public:  private:      F32     mVolume;      F32     mPan; -    bool mSystemIsVistaOrHigher;  };  VolumeCatcherImpl::VolumeCatcherImpl() | 
