diff options
| author | Gerrit Swaneveld <[email protected]> | 2026-04-30 13:43:29 -0700 |
|---|---|---|
| committer | Gerrit Swaneveld <[email protected]> | 2026-04-30 13:43:29 -0700 |
| commit | e796da3a976f586b06422d9ea3bfdee0dfd1891c (patch) | |
| tree | d95a214a37561cbf9466849b663e605efcc01fcc /avstream/avscamera/DMFT/AvsCameraDMFT.cpp | |
| parent | f6e61fb6071d5bb63bc4cc9aab4b939b5bf978c4 (diff) | |
Remove unused variables
Remove unused variables
Diffstat (limited to 'avstream/avscamera/DMFT/AvsCameraDMFT.cpp')
| -rw-r--r-- | avstream/avscamera/DMFT/AvsCameraDMFT.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/avstream/avscamera/DMFT/AvsCameraDMFT.cpp b/avstream/avscamera/DMFT/AvsCameraDMFT.cpp index 524d6b92..01f915be 100644 --- a/avstream/avscamera/DMFT/AvsCameraDMFT.cpp +++ b/avstream/avscamera/DMFT/AvsCameraDMFT.cpp @@ -14,11 +14,9 @@ CMultipinMft::CMultipinMft() : m_nRefCount( 0 ), m_InputPinCount( 0 ), m_OutputPinCount( 0 ), - m_CustomPinCount( 0 ), m_StreamingState( DeviceStreamState_Disabled ), m_OutPins(), m_InPins(), - m_PhotoModeIsPhotoSequence( FALSE ), m_critSec(), m_spDeviceManagerUnk( nullptr ), m_spSourceTransform( nullptr ), |
