Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit bd7400e

Browse files
committed
Fix compilation with newer ASI sdk
1 parent 9e95cea commit bd7400e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/drivers/zwo_asi/asicontrol.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ ASIControl::operator Imager::Control() const
9494
{ ASI_FAN_ON, QObject::tr("Fan on") },
9595
{ ASI_PATTERN_ADJUST, QObject::tr("Pattern adjust") },
9696
{ ASI_ANTI_DEW_HEATER, QObject::tr("Anti dew heater") },
97-
//ASI_AUTO_MAX_EXP_MS is on Linux/Mac only for now
98-
#ifndef Q_OS_WIN
99-
{ ASI_AUTO_MAX_EXP_MS, QObject::tr("Auto max exposure") },
100-
#endif
10197
};
10298
auto control = Imager::Control{ static_cast<qlonglong>(caps.ControlType), labels.value(caps.ControlType, caps.Description) }
10399
.set_range(caps.MinValue, caps.MaxValue, 1l)

0 commit comments

Comments
 (0)