zapit/capmt: prepare merge from ddt

Origin commit data
------------------
Commit: e2fc19bdf7
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-12-16 (Mon, 16 Dec 2019)

Origin message was:
------------------
- zapit/capmt: prepare merge from ddt
This commit is contained in:
vanhofen
2019-12-16 23:54:19 +01:00
parent df4e2d17f4
commit fd895bfd12

View File

@@ -360,8 +360,6 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start
#if ! HAVE_COOL_HARDWARE #if ! HAVE_COOL_HARDWARE
// CI // CI
if (mode && !start) { if (mode && !start) {
INFO("\033[33m (mode && !start) do we really need this?\033[0m");
}
#endif #endif
CaIdVector caids; CaIdVector caids;
@@ -447,6 +445,9 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start
} }
#endif #endif
} }
#if ! HAVE_COOL_HARDWARE
}
#endif
return true; return true;
} }