mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-05 22:04:46 -04:00
decklink: Remove redundant const qualifiers
This commit is contained in:
@@ -207,12 +207,12 @@ const std::vector<DeckLinkDeviceMode *>& DeckLinkDevice::GetOutputModes(void) co
|
||||
return outputModes;
|
||||
}
|
||||
|
||||
const bool DeckLinkDevice::GetSupportsExternalKeyer(void) const
|
||||
bool DeckLinkDevice::GetSupportsExternalKeyer(void) const
|
||||
{
|
||||
return supportsExternalKeyer;
|
||||
}
|
||||
|
||||
const bool DeckLinkDevice::GetSupportsInternalKeyer(void) const
|
||||
bool DeckLinkDevice::GetSupportsInternalKeyer(void) const
|
||||
{
|
||||
return supportsInternalKeyer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user