MCPcopy Create free account
hub / github.com/darktable-org/rawspeed / disableMake

Method disableMake

src/librawspeed/metadata/CameraMetaData.cpp:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void CameraMetaData::disableMake(const string &make) {
148 for (const auto& cam : cameras) {
149 if (cam.second->make == make)
150 cam.second->supported = false;
151 }
152}
153
154void CameraMetaData::disableCamera(const string &make, const string &model) {
155 for (const auto& cam : cameras) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected